Grid Calculator: Fix view updates when calculation is changed or removed.

This commit is contained in:
Kristian Bendiksen
2022-05-02 14:25:45 +02:00
parent fdefb214d8
commit b761bb42af
10 changed files with 102 additions and 28 deletions

View File

@@ -46,6 +46,7 @@ public:
bool calculate() override;
void updateDependentObjects() override;
void removeDependentObjects() override;
protected:
RimSummaryCalculationVariable* createVariable() const override;