mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor : Add SOIL SGAS SWAT to RiaResultNames
wip
This commit is contained in:
@@ -188,7 +188,7 @@ RimRegularLegendConfig* RimEclipseCellColors::createLegendForResult( const QStri
|
||||
{
|
||||
colorRangeType = RimRegularLegendConfig::ColorRangesType::CATEGORY;
|
||||
}
|
||||
else if ( resultName == "SWAT" )
|
||||
else if ( resultName == RiaResultNames::swat() )
|
||||
{
|
||||
colorRangeType = RimRegularLegendConfig::ColorRangesType::OPPOSITE_NORMAL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user