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:
Håkon Hægland
2022-02-15 10:21:09 +01:00
parent 54160827de
commit c7aa43a82b
5 changed files with 18 additions and 18 deletions

View File

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