mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5019 Move RimIntersectionHandle to separate files Use in RimIntersectionBox
This commit is contained in:
@@ -87,7 +87,7 @@ void RimIntersectionCollection::applySingleColorEffect()
|
||||
|
||||
for ( RimIntersectionBox* cs : m_intersectionBoxes )
|
||||
{
|
||||
if ( cs->isActive )
|
||||
if ( cs->isActive() )
|
||||
{
|
||||
cs->intersectionBoxPartMgr()->applySingleColorEffect();
|
||||
}
|
||||
@@ -113,7 +113,7 @@ void RimIntersectionCollection::updateCellResultColor( size_t
|
||||
|
||||
for ( RimIntersectionBox* cs : m_intersectionBoxes )
|
||||
{
|
||||
if ( cs->isActive )
|
||||
if ( cs->isActive() )
|
||||
{
|
||||
cs->intersectionBoxPartMgr()->updateCellResultColor( timeStepIndex );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user