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:
@@ -64,6 +64,7 @@ public:
|
||||
bool parseExpression();
|
||||
virtual bool calculate() = 0;
|
||||
virtual void updateDependentObjects() = 0;
|
||||
virtual void removeDependentObjects() = 0;
|
||||
|
||||
caf::PdmFieldHandle* userDescriptionField() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user