mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Summary Calculation: add import and export to toml
This commit is contained in:
committed by
Magne Sjaastad
parent
232706a4e9
commit
ca87cee79b
@@ -66,6 +66,12 @@ public:
|
||||
|
||||
QString buildCalculationName() const override;
|
||||
|
||||
void setDistributeToOtherItems( bool enable );
|
||||
void setDistributeToAllCases( bool enable );
|
||||
|
||||
bool isDistributeToOtherItems() const;
|
||||
bool isDistributeToAllCases() const;
|
||||
|
||||
protected:
|
||||
RimSummaryCalculationVariable* createVariable() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user