support none trivial item 3 in LIFTOPT. i.e. not optimize gaslift every timestep

This commit is contained in:
Tor Harald Sandve
2022-01-19 10:14:47 +01:00
parent 8bf6c9f2b5
commit c3571c50a3
2 changed files with 15 additions and 1 deletions

View File

@@ -460,6 +460,8 @@ protected:
bool glift_debug = false;
double last_glift_opt_time_ = -1.0;
private:
WellInterfaceGeneric* getGenWell(const std::string& well_name);
};