#1126 Update after merge - using ALL for PhaseSelection

This commit is contained in:
astridkbjorke 2017-08-11 11:26:35 +02:00
parent ef1208e2f5
commit abd058da8b

View File

@ -58,11 +58,13 @@ RigTofAccumulatedPhaseFractionsCalculator::RigTofAccumulatedPhaseFractionsCalcul
std::string resultNameTof = "TOF";
const std::vector<double>* tofData = flowDiagSolution->flowDiagResults()->resultValues(RigFlowDiagResultAddress(resultNameTof,
RigFlowDiagResultAddress::PhaseSelection::PHASE_ALL,
wellname.toStdString()),
timestep);
std::string resultNameFraction = "Fraction";
const std::vector<double>* fractionData = flowDiagSolution->flowDiagResults()->resultValues(RigFlowDiagResultAddress(resultNameFraction,
RigFlowDiagResultAddress::PhaseSelection::PHASE_ALL,
wellname.toStdString()),
timestep);