#2146 Num Flooded PV: Add allVisibleCells for flowDiag

This commit is contained in:
Rebecca Cox
2017-11-16 14:59:55 +01:00
parent 92a6819b39
commit 204ee2162a
10 changed files with 71 additions and 54 deletions

View File

@@ -116,6 +116,6 @@ void RigFlowDiagVisibleCellsStatCalc::mobileVolumeWeightedMean(size_t timeStepIn
const RigActiveCellInfo* actCellInfo = m_resultsData->activeCellInfo(m_resVarAddr);
RigWeightedMeanCalc::weightedMeanOverCells(&weights, values, m_cellVisibilities.p(), actCellInfo, true, &result);
RigWeightedMeanCalc::weightedMeanOverCells(&weights, values, m_cellVisibilities.p(), true, actCellInfo, true, &result);
}