mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Release 2023.06
This commit is contained in:
@@ -58,8 +58,7 @@ void RicNewIntersectionViewFeature::onActionTriggered( bool isChecked )
|
||||
{
|
||||
if ( !intersection ) continue;
|
||||
|
||||
RimCase* rimCase = nullptr;
|
||||
intersection->firstAncestorOrThisOfType( rimCase );
|
||||
RimCase* rimCase = intersection->firstAncestorOrThisOfType<RimCase>();
|
||||
if ( rimCase )
|
||||
{
|
||||
if ( intersection->direction() != RimExtrudedCurveIntersection::CrossSectionDirEnum::CS_VERTICAL )
|
||||
|
||||
Reference in New Issue
Block a user