mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Merge release into dev
There are quite large diff between release and dev, so do a merge to ease later syncing
This commit is contained in:
commit
b9989b0ebd
@ -54,7 +54,7 @@ bool RicShowContributingWellsFeature::isCommandEnabled()
|
||||
if ( !flowDiagSolution )
|
||||
{
|
||||
RimEclipseResultCase* eclipseResultCase = nullptr;
|
||||
well->firstAncestorOrThisOfTypeAsserted( eclipseResultCase );
|
||||
well->firstAncestorOrThisOfType( eclipseResultCase );
|
||||
|
||||
if ( eclipseResultCase )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user