Move Well status enum to Well2 class

This commit is contained in:
Joakim Hove
2019-09-04 14:46:58 +02:00
parent be795af931
commit a7c5483b0f
15 changed files with 145 additions and 150 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ namespace {
}
std::string status( const Well2& w ) {
return WellCommon::Status2String( w.getStatus() );
return Well2::Status2String( w.getStatus() );
}
std::string preferred_phase( const Well2& w ) {