(#486) Renamed "trace" to "track"

This commit is contained in:
Pål Hagen
2015-09-18 12:29:23 +02:00
parent ecf0d19110
commit 479b2083ef
26 changed files with 203 additions and 203 deletions

View File

@@ -21,7 +21,7 @@
#include "RimWellLogPlot.h"
#include "RiuWellLogTracePlot.h"
#include "RiuWellLogTrackPlot.h"
#include "RiuWellLogPlotCurve.h"
#include "cvfAssert.h"
@@ -122,7 +122,7 @@ void RimWellLogPlotCurve::updatePlotData()
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimWellLogPlotCurve::setPlot(RiuWellLogTracePlot* plot)
void RimWellLogPlotCurve::setPlot(RiuWellLogTrackPlot* plot)
{
m_plot = plot;
if (m_showCurve)