mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix overwrite of value thresholds
This commit is contained in:
@@ -478,9 +478,6 @@ std::pair<double, double> RimContourMapProjection::minmaxValuesAllTimeSteps()
|
||||
const auto [minVal, maxVal] = computeMinMaxValuesAllTimeSteps();
|
||||
m_minResultAllTimeSteps = minVal;
|
||||
m_maxResultAllTimeSteps = maxVal;
|
||||
|
||||
m_lowerThreshold = minVal;
|
||||
m_upperThreshold = maxVal;
|
||||
}
|
||||
|
||||
return std::pair<double, double>( m_minResultAllTimeSteps, m_maxResultAllTimeSteps );
|
||||
|
Reference in New Issue
Block a user