(#538) Support both meter and feet in LAS export

This commit is contained in:
Magne Sjaastad
2015-12-02 13:49:36 +01:00
parent d18e8f7bd3
commit de14b93f6b
3 changed files with 28 additions and 28 deletions

View File

@@ -83,8 +83,8 @@ protected:
virtual QList<caf::PdmOptionItemInfo> calculateValueOptions(const caf::PdmFieldHandle* fieldNeedingOptions, bool* useOptionsOnly);
QPointer<RiuWellLogTrack> m_ownerQwtTrack;
RiuLineSegmentQwtPlotCurve* m_qwtPlotCurve;
QPointer<RiuWellLogTrack> m_ownerQwtTrack;
RiuLineSegmentQwtPlotCurve* m_qwtPlotCurve;
cvf::ref<RigWellLogCurveData> m_curveData;
caf::PdmField<bool> m_showCurve;