mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix Linux build by removing unused EnsembleParameter::range
This commit is contained in:
parent
54b5dc33f4
commit
d61a18ee6e
@ -59,7 +59,6 @@ public:
|
||||
bool isValid() const { return !name.isEmpty() && type != TYPE_NONE; }
|
||||
bool isNumeric() const { return type == TYPE_NUMERIC; }
|
||||
bool isText() const { return type == TYPE_TEXT; }
|
||||
double range() const { return std::abs(maxValue - minValue); }
|
||||
double normalizedStdDeviation() const;
|
||||
|
||||
static void sortByBinnedVariation(std::vector<NameParameterPair>& parameterVector);
|
||||
|
Loading…
Reference in New Issue
Block a user