mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3807 Rename RimContourMapView to RimEclipseContourMapView
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
#include "RicContourMapPickEventHandler.h"
|
||||
#include "RimEclipseContourMapProjection.h"
|
||||
#include "RimContourMapView.h"
|
||||
#include "RimEclipseContourMapView.h"
|
||||
#include "RimEclipseCellColors.h"
|
||||
#include "Rim3dView.h"
|
||||
|
||||
@@ -58,7 +58,7 @@ bool RicContourMapPickEventHandler::handlePickEvent(const Ric3DPickEvent& eventO
|
||||
{
|
||||
RiuMainWindow::instance()->selectAsCurrentItem(contourMap);
|
||||
|
||||
RimContourMapView* view = nullptr;
|
||||
RimEclipseContourMapView* view = nullptr;
|
||||
contourMap->firstAncestorOrThisOfTypeAsserted(view);
|
||||
|
||||
cvf::Vec2d pickedPoint;
|
||||
|
||||
Reference in New Issue
Block a user