mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3970 Make min/max for all time steps available for all results in contour map
This commit is contained in:
@@ -62,8 +62,8 @@ protected:
|
||||
cvf::ref<cvf::UByteArray> getCellVisibility() const override;
|
||||
void ensureOnlyValidPorBarVisible(cvf::UByteArray* visibility, int timeStep) const;
|
||||
void updateGridInformation() override;
|
||||
virtual std::vector<double> retrieveParameterWeights() override;
|
||||
void generateResults(int timeStep) override;
|
||||
std::vector<double> retrieveParameterWeights() override;
|
||||
std::vector<double> generateResults(int timeStep, int everyNCells = 1) override;
|
||||
bool resultVariableChanged() const override;
|
||||
void clearResultVariable() override;
|
||||
RimGridView* baseView() const override;
|
||||
|
||||
Reference in New Issue
Block a user