#3807 Rename RimContourMapView to RimEclipseContourMapView

This commit is contained in:
Gaute Lindkvist
2019-01-11 13:56:35 +01:00
parent 31c67e29e4
commit f3c188ef56
26 changed files with 110 additions and 110 deletions

View File

@@ -21,7 +21,7 @@
#include "RiaApplication.h"
#include "RimContourMapView.h"
#include "RimEclipseContourMapView.h"
#include "RimGridView.h"
#include "RimProject.h"
#include "RimViewController.h"
@@ -55,7 +55,7 @@ bool RicSetMasterViewFeature::isCommandEnabled()
return false;
}
if (dynamic_cast<RimContourMapView*>(activeView) != nullptr)
if (dynamic_cast<RimEclipseContourMapView*>(activeView) != nullptr)
{
return false;
}