mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-10 08:03:05 -06:00
#1126 Update after merge - using ALL for PhaseSelection
This commit is contained in:
parent
ef1208e2f5
commit
abd058da8b
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user