#1048 Added derived result: Tracer with max fraction

This commit is contained in:
Jacob Støren
2017-01-03 09:27:25 +01:00
parent 7c24522478
commit 22143969c1
8 changed files with 93 additions and 8 deletions

View File

@@ -309,7 +309,7 @@ void RimEclipsePropertyFilter::computeResultValueRange()
if ( resultDefinition->hasCategoryResult() )
{
setCategoryValues(results->uniqueCellScalarValues(resAddr, timeStep));
setCategoryNames(resultDefinition->flowDiagSolution()->tracerNames());
}
}
}