mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#722 Grid Case Group Statistics: Include in-active cells for ACTNUM statistics
This commit is contained in:
@@ -256,11 +256,11 @@ void RimEclipseStatisticsCase::computeStatistics()
|
||||
resultSpecification.append(RimEclipseStatisticsCaseEvaluator::ResSpec(RifReaderInterface::FRACTURE_RESULTS, RimDefines::INPUT_PROPERTY, m_selectedFractureInputProperties()[pIdx]));
|
||||
}
|
||||
|
||||
RimEclipseStatisticsCaseEvaluator stat(sourceCases, timeStepIndices, statisticsConfig, resultCase);
|
||||
RimEclipseStatisticsCaseEvaluator stat(sourceCases, timeStepIndices, statisticsConfig, resultCase, gridCaseGroup);
|
||||
|
||||
if (m_useZeroAsInactiveCellValue)
|
||||
{
|
||||
stat.useZeroAsValueForInActiveCellsBasedOnUnionOfActiveCells(gridCaseGroup);
|
||||
stat.useZeroAsValueForInActiveCellsBasedOnUnionOfActiveCells();
|
||||
}
|
||||
|
||||
stat.evaluateForResults(resultSpecification);
|
||||
|
||||
Reference in New Issue
Block a user