#5200 Prototype of use of formation names for allen diagram

This commit is contained in:
Magne Sjaastad
2019-12-09 08:02:14 +01:00
committed by Jacob Støren
parent ba0ef5c7e8
commit 831b899091
8 changed files with 335 additions and 0 deletions

View File

@@ -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() );
}