mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2331 Renamed RimView to Rim3dView
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include "RiuPvtPlotPanel.h"
|
||||
#include "RiuPvtPlotUpdater.h"
|
||||
|
||||
#include "RimView.h"
|
||||
#include "Rim3dView.h"
|
||||
|
||||
#include "cvfBase.h"
|
||||
#include "cvfTrace.h"
|
||||
@@ -60,7 +60,7 @@ RiuTimeStepChangedHandler* RiuTimeStepChangedHandler::instance()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RiuTimeStepChangedHandler::handleTimeStepChanged(RimView* changedView) const
|
||||
void RiuTimeStepChangedHandler::handleTimeStepChanged(Rim3dView* changedView) const
|
||||
{
|
||||
//cvf::Trace::show("handleTimeStepChanged() viewName: %s timeStep:%d", changedView->name().toLatin1().data(), changedView->currentTimeStep());
|
||||
//cvf::DebugTimer tim("handleTimeStepChanged()");
|
||||
|
||||
Reference in New Issue
Block a user