Remove WellSegments::operator<<()

This commit is contained in:
Joakim Hove
2020-02-11 17:09:51 +01:00
parent bd688edfde
commit 185c715cff
2 changed files with 0 additions and 8 deletions

View File

@@ -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