mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1996 Rename RimEclipseWell -> RimSimWellInView
This commit is contained in:
@@ -24,11 +24,11 @@
|
||||
#include "RimCase.h"
|
||||
#include "RimCellRangeFilterCollection.h"
|
||||
#include "RimEclipsePropertyFilterCollection.h"
|
||||
#include "RimEclipseWell.h"
|
||||
#include "RimFormationNamesCollection.h"
|
||||
#include "RimGeoMechPropertyFilterCollection.h"
|
||||
#include "RimIntersectionCollection.h"
|
||||
#include "RimProject.h"
|
||||
#include "RimSimWellInView.h"
|
||||
#include "RimView.h"
|
||||
#include "RimViewLinkerCollection.h"
|
||||
#include "RimWellLogPlot.h"
|
||||
@@ -126,7 +126,7 @@ void RicDeleteItemExec::redo()
|
||||
}
|
||||
|
||||
// SimWell Fractures
|
||||
RimEclipseWell* eclipseWell;
|
||||
RimSimWellInView* eclipseWell;
|
||||
parentObj->firstAncestorOrThisOfType(eclipseWell);
|
||||
if (view && eclipseWell)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user