dont use explicit vfp lookup for newly opened wells

This commit is contained in:
Tor Harald Sandve
2022-04-12 08:44:52 +02:00
parent 9364d4c54b
commit 96222f8afb
12 changed files with 29 additions and 18 deletions

View File

@@ -356,7 +356,7 @@ protected:
std::vector< std::string> well_control_log_;
bool changed_to_open_this_step_ = false;
bool changed_to_open_this_step_ = true;
};
}