mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4029 3D calculations : Move result string function to RiaDefines
This commit is contained in:
@@ -1089,7 +1089,7 @@ bool RimEclipseResultDefinition::hasCategoryResult() const
|
||||
|
||||
if (!this->hasStaticResult()) return false;
|
||||
|
||||
return this->resultVariable().contains("NUM", Qt::CaseInsensitive);
|
||||
return RiaDefines::isNativeCategoryResult(this->resultVariable());
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user