mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1297 Fixed missing update of min variable
This commit is contained in:
parent
ceef7f20f4
commit
f875824eaf
@ -334,7 +334,7 @@ void RimEclipsePropertyFilter::computeResultValueRange()
|
||||
if ( resultDefinition->flowDiagSolution() )
|
||||
{
|
||||
RigFlowDiagResults* results = resultDefinition->flowDiagSolution()->flowDiagResults();
|
||||
results->minMaxScalarValues(resAddr, timeStep, &max, &max);
|
||||
results->minMaxScalarValues(resAddr, timeStep, &min, &max);
|
||||
|
||||
if ( resultDefinition->hasCategoryResult() )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user