mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
2d Maps: Renames to make classes and variables more consistent.
* Everything is now named something related to ContourMap: - Rim2dEclipseView -> RimContourMapView - Rim2dGridProjection -> RimContourMapProjection ....
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "RicNewViewFeature.h"
|
||||
|
||||
#include "Rim2dEclipseView.h"
|
||||
#include "RimContourMapView.h"
|
||||
#include "RimEclipseCase.h"
|
||||
#include "RimEclipseView.h"
|
||||
#include "RimGeoMechCase.h"
|
||||
@@ -161,7 +161,7 @@ RimEclipseView* RicNewViewFeature::selectedEclipseView()
|
||||
|
||||
for (RimEclipseView* view : selection)
|
||||
{
|
||||
if (dynamic_cast<Rim2dEclipseView*>(view) == nullptr)
|
||||
if (dynamic_cast<RimContourMapView*>(view) == nullptr)
|
||||
{
|
||||
return view;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user