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:
@@ -49,8 +49,8 @@ void RicAppendSeparateIntersectionResultFeature::onActionTriggered( bool isCheck
|
||||
caf::SelectionManager::instance()->objectsByType( &collection );
|
||||
CVF_ASSERT( collection.size() == 1 );
|
||||
|
||||
RimIntersectionResultsDefinitionCollection* intersectionResCollection = nullptr;
|
||||
collection[0]->firstAncestorOrThisOfType( intersectionResCollection );
|
||||
RimIntersectionResultsDefinitionCollection* intersectionResCollection =
|
||||
collection[0]->firstAncestorOrThisOfType<RimIntersectionResultsDefinitionCollection>();
|
||||
|
||||
CVF_ASSERT( intersectionResCollection );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user