mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added framework for statistical calculation reader
p4#: 20591
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
|
||||
class RimIdenticalGridCaseGroup;
|
||||
class RimResultDefinition;
|
||||
class RifReaderStatisticalCalculation;
|
||||
|
||||
|
||||
//==================================================================================================
|
||||
@@ -60,4 +61,7 @@ private:
|
||||
void createAndComputeMean();
|
||||
void createAndComputeStdDev();
|
||||
|
||||
private:
|
||||
cvf::ref<RifReaderStatisticalCalculation> m_readerInterface;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user