#1976 RFT/PLT Plot. Prevent multiple well paths from associate to the same sim well

This commit is contained in:
Bjørn Erik Jensen
2017-10-25 09:55:00 +02:00
parent 85e2a5d3f3
commit b62d4448d9
4 changed files with 37 additions and 6 deletions

View File

@@ -115,8 +115,8 @@ public:
RiaEclipseUnitTools::UnitSystem unitSystem() const;
static RimWellPath* fromFilePath(QString filePath);
const QString relatedSimulationWell() const;
int relatedSimulationWellBranch() const;
const QString associatedSimulationWell() const;
int associatedSimulationWellBranch() const;
bool tryAssociateWithSimulationWell();
bool isAssociatedWithSimulationWell() const;
bool tryMatchName(QString wellPathName, const std::vector<QString>& simWellNames);