mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Convert to enum class
This commit is contained in:
@@ -400,7 +400,7 @@ void RimEclipsePropertyFilter::computeResultValueRange()
|
||||
|
||||
if ( m_resultDefinition->hasCategoryResult() )
|
||||
{
|
||||
if ( m_resultDefinition->resultType() == RiaDefines::FORMATION_NAMES )
|
||||
if ( m_resultDefinition->resultType() == RiaDefines::ResultCatType::FORMATION_NAMES )
|
||||
{
|
||||
CVF_ASSERT( parentContainer()->reservoirView()->eclipseCase()->eclipseCaseData() );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user