#3970 Make min/max for all time steps available for all results in contour map

This commit is contained in:
Gaute Lindkvist
2019-01-18 13:32:05 +01:00
parent 26015753a3
commit b800510568
6 changed files with 140 additions and 87 deletions

View File

@@ -63,7 +63,7 @@ protected:
void updateGridInformation() override;
std::vector<double> retrieveParameterWeights() override;
void generateResults(int timeStep) override;
std::vector<double> generateResults(int timeStep, int everyNCells = 1) override;
bool resultVariableChanged() const override;
void clearResultVariable() override;
RimGridView* baseView() const override;