mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Refactor case difference calculation into a static method
To reuse in Analysis Plots
This commit is contained in:
committed by
Magne Sjaastad
parent
98410215e7
commit
8cd25b0111
@@ -60,6 +60,12 @@ public:
|
||||
|
||||
void calculate( const RifEclipseSummaryAddress& address );
|
||||
|
||||
static std::pair<std::vector<time_t>, std::vector<double>>
|
||||
calculateDerivedValues( RifSummaryReaderInterface* reader1,
|
||||
RifSummaryReaderInterface* reader2,
|
||||
DerivedSummaryOperator m_operator,
|
||||
const RifEclipseSummaryAddress& address );
|
||||
|
||||
void createSummaryReaderInterface() override;
|
||||
RifSummaryReaderInterface* summaryReader() override;
|
||||
void updateFilePathsFromProjectPath( const QString& newProjectPath, const QString& oldProjectPath ) override;
|
||||
|
||||
Reference in New Issue
Block a user