mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-10 07:26:03 -06:00
#2146 Num Flooded PV: Add allTimeSteps for visible native cells
This commit is contained in:
parent
f5290f020b
commit
19157ce4f7
@ -258,6 +258,7 @@ Rim3dOverlayInfoConfig::HistogramData Rim3dOverlayInfoConfig::histogramData(RimE
|
||||
m_visibleCellStatistics->minMaxCellScalarValues(histData.min, histData.max);
|
||||
m_visibleCellStatistics->p10p90CellScalarValues(histData.p10, histData.p90);
|
||||
m_visibleCellStatistics->sumCellScalarValues(histData.sum);
|
||||
m_visibleCellStatistics->mobileVolumeWeightedMean(histData.weightedMean);
|
||||
|
||||
histData.histogram = &(m_visibleCellStatistics->cellScalarValuesHistogram());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user