mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Grid Calculator: Fix view updates when calculation is changed or removed.
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
#include "RimGridCalculationVariable.h"
|
||||
#include "RimUserDefinedCalculation.h"
|
||||
|
||||
class RimEclipseCase;
|
||||
|
||||
//==================================================================================================
|
||||
///
|
||||
///
|
||||
@@ -34,7 +36,10 @@ public:
|
||||
|
||||
bool calculate() override;
|
||||
void updateDependentObjects() override;
|
||||
void removeDependentObjects() override;
|
||||
|
||||
protected:
|
||||
RimGridCalculationVariable* createVariable() const override;
|
||||
|
||||
RimEclipseCase* findEclipseCaseFromVariables();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user