Ensemble RFT: make ensemble and observed curves work even if you have a well path with the same name

This commit is contained in:
Gaute Lindkvist
2019-08-27 10:48:56 +02:00
parent 2c5ca4ce46
commit d4fd2d795a
3 changed files with 40 additions and 32 deletions

View File

@@ -100,7 +100,7 @@ public:
const std::set<RifEclipseRftAddress::RftWellLogChannelType>& interestingRFTResults,
QList<caf::PdmOptionItemInfo>& options);
static std::set < RiaRftPltCurveDefinition > curveDefsFromTimesteps(const QString& simWellName,
static std::set < RiaRftPltCurveDefinition > curveDefsFromTimesteps(const QString& wellPathNameOrSimWellName,
const std::vector<QDateTime>& selectedTimeStepVector,
bool firstReportTimeStepIsValid,
const std::vector<RifDataSourceForRftPlt>& selectedSourcesExpanded,