mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#11355 Use category if result name starts with FIP or ends with NUM
This commit is contained in:
@@ -1419,6 +1419,8 @@ bool RimEclipseResultDefinition::isCompletionTypeSelected() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
bool RimEclipseResultDefinition::hasCategoryResult() const
|
||||
{
|
||||
if ( RiaResultNames::isCategoryResult( m_resultVariable() ) ) return true;
|
||||
|
||||
if ( auto* gridCellResults = currentGridCellResults() )
|
||||
{
|
||||
const auto addresses = gridCellResults->existingResults();
|
||||
|
||||
Reference in New Issue
Block a user