#4189 RFT Plot : Separate request based on PLT/RFT plot

This commit is contained in:
Magne Sjaastad
2019-03-12 07:48:04 +01:00
parent e72f57072c
commit 564ab1d84b
4 changed files with 12 additions and 5 deletions

View File

@@ -100,7 +100,8 @@ public:
static std::set < RiaRftPltCurveDefinition > curveDefsFromTimesteps(const QString& simWellName,
const std::vector<QDateTime>& selectedTimeStepVector,
bool firstReportTimeStepIsValid,
const std::vector<RifDataSourceForRftPlt>& selectedSourcesExpanded);
const std::vector<RifDataSourceForRftPlt>& selectedSourcesExpanded,
const std::set<RifEclipseRftAddress::RftWellLogChannelType>& interestingRFTResults);
static QString flowPlotAxisTitle(RimWellLogFile::WellFlowCondition condition,
RiaEclipseUnitTools::UnitSystem unitSystem);