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:
@@ -126,6 +126,14 @@ bool RiaDefines::isPerCellFaceResult(const QString& resultName)
|
||||
return false;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
bool RiaDefines::isNativeCategoryResult(const QString& resultName)
|
||||
{
|
||||
return resultName.endsWith("NUM");
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user