mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix "New PLT plot" command using simwell name and not wellpath name Rename of some methods Use Phase Split as default
This commit is contained in:
@@ -126,7 +126,7 @@ public:
|
||||
std::vector<RimEclipseCase*> eclipseCases() const;
|
||||
std::vector<QString> simulationWellNames() const;
|
||||
std::vector<const RigWellPath*> simulationWellBranches(const QString& simWellName);
|
||||
RimWellPath* wellPathFromSimulationWell(const QString& simWellName, int branchIndex = -1);
|
||||
RimWellPath* wellPathFromSimWellName(const QString& simWellName, int branchIndex = -1);
|
||||
RimWellPath* wellPathByName(const QString& wellPathName) const;
|
||||
std::vector<RimWellPath*> allWellPaths() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user