mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1996 Renaming. Remove unused includes and rename local variables
This commit is contained in:
@@ -126,9 +126,9 @@ void RicDeleteItemExec::redo()
|
||||
}
|
||||
|
||||
// SimWell Fractures
|
||||
RimSimWellInView* eclipseWell;
|
||||
parentObj->firstAncestorOrThisOfType(eclipseWell);
|
||||
if (view && eclipseWell)
|
||||
RimSimWellInView* simWell;
|
||||
parentObj->firstAncestorOrThisOfType(simWell);
|
||||
if (view && simWell)
|
||||
{
|
||||
view->scheduleCreateDisplayModelAndRedraw();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user