mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5200 Prototype of use of formation names for allen diagram
This commit is contained in:
committed by
Jacob Støren
parent
ba0ef5c7e8
commit
831b899091
@@ -1379,6 +1379,12 @@ bool RimEclipseResultDefinition::hasCategoryResult() const
|
||||
|
||||
if ( !this->hasStaticResult() ) return false;
|
||||
|
||||
if ( this->resultVariable() == RiaDefines::allCombinationsAllenResultName() ||
|
||||
this->resultVariable() == RiaDefines::binaryAllenResultName() )
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
return RiaDefines::isNativeCategoryResult( this->resultVariable() );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user