mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2146 Num Flooded PV: Add volume weighted mean for visible cells and current time step
This commit is contained in:
@@ -49,7 +49,7 @@ public:
|
||||
|
||||
void setReservoirView(RimView* ownerView);
|
||||
|
||||
void setPosition(cvf::Vec2ui position);
|
||||
void setPosition(cvf::Vec2ui position);
|
||||
|
||||
enum StatisticsTimeRangeType
|
||||
{
|
||||
@@ -77,6 +77,7 @@ private:
|
||||
caf::PdmField<bool> showAnimProgress;
|
||||
caf::PdmField<bool> showCaseInfo;
|
||||
caf::PdmField<bool> showResultInfo;
|
||||
caf::PdmField<bool> showVolumeWeightedMean;
|
||||
caf::PdmField<bool> showHistogram;
|
||||
|
||||
caf::PdmField<caf::AppEnum<StatisticsTimeRangeType> > m_statisticsTimeRange;
|
||||
|
||||
Reference in New Issue
Block a user