#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

@@ -1029,7 +1029,7 @@ void RimEclipseView::updateMinMaxValuesAndAddLegendToView(QString legendLabel, R
if ( resultColors->hasCategoryResult() )
{
resultColors->legendConfig()->setIntegerCategories(cellResultsData->uniqueCellScalarValues(resAddr, m_currentTimeStep));
resultColors->legendConfig()->setNamedCategories(resultColors->flowDiagSolution()->tracerNames());
}
m_viewer->addColorLegendToBottomLeftCorner(resultColors->legendConfig()->legend());