mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Rename some methods and variables.
Renames some methods and variables to reflect that the well is no longer necessarily a StandardWell. It can be either a MultisegmentWell or a StandardWell. This should avoid confusion about the nature of the variable.
This commit is contained in:
@@ -96,7 +96,7 @@ public:
|
||||
|
||||
std::unique_ptr<GasLiftWellState> runOptimize(const int iteration_idx);
|
||||
|
||||
virtual const WellInterfaceGeneric& getStdWell() const = 0;
|
||||
virtual const WellInterfaceGeneric& getWell() const = 0;
|
||||
|
||||
protected:
|
||||
GasLiftSingleWellGeneric(
|
||||
|
||||
Reference in New Issue
Block a user