Remove WellSegments::operator<<()
This commit is contained in:
parent
bd688edfde
commit
185c715cff
@ -138,7 +138,6 @@ namespace Opm {
|
||||
// storage index in the vector
|
||||
std::map<int, int> segment_number_to_index;
|
||||
};
|
||||
std::ostream& operator<<( std::ostream&, const WellSegments& );
|
||||
}
|
||||
|
||||
#endif
|
||||
|
@ -510,13 +510,6 @@ namespace Opm {
|
||||
return !( *this == rhs );
|
||||
}
|
||||
|
||||
std::ostream& operator<<( std::ostream& stream, const WellSegments& well_segments) {
|
||||
return stream
|
||||
<< well_segments.wellName() << " { top: {" <<
|
||||
" L: " << well_segments.lengthTopSegment() <<
|
||||
" D: " << well_segments.depthTopSegment() <<
|
||||
" V: " << well_segments.volumeTopSegment() << " }}";
|
||||
}
|
||||
|
||||
const std::string WellSegments::LengthDepthToString(LengthDepth enumValue) {
|
||||
switch (enumValue) {
|
||||
|
Loading…
Reference in New Issue
Block a user