Renamed PlotCurve -> Curve

This commit is contained in:
Jacob Støren
2015-11-04 16:19:38 +01:00
parent 10582750ab
commit 7b7ecf2f26
22 changed files with 83 additions and 83 deletions

View File

@@ -30,7 +30,7 @@ namespace NRLib
class Well;
}
class RimWellLogPlotCurve;
class RimWellLogCurve;
//==================================================================================================
///
@@ -52,7 +52,7 @@ public:
QString depthUnit() const;
QString wellLogChannelUnit(const QString& wellLogChannelName) const;
static bool exportToLasFile(const RimWellLogPlotCurve* curve, const QString& fileName);
static bool exportToLasFile(const RimWellLogCurve* curve, const QString& fileName);
private:
void close();