mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2146 Num Flooded PV: Add allVisibleCells for flowDiag
This commit is contained in:
@@ -292,6 +292,7 @@ Rim3dOverlayInfoConfig::HistogramData Rim3dOverlayInfoConfig::histogramData(RimE
|
||||
fldResults->p10p90ScalarValues(resAddr, currentTimeStep, &histData.p10, &histData.p90);
|
||||
fldResults->meanScalarValue(resAddr, currentTimeStep, &histData.mean);
|
||||
fldResults->sumScalarValue(resAddr, currentTimeStep, &histData.sum);
|
||||
fldResults->mobileVolumeWeightedMean(resAddr, currentTimeStep, &histData.weightedMean);
|
||||
|
||||
histData.histogram = &(fldResults->scalarValuesHistogram(resAddr, currentTimeStep));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user