3D Well Log Curves: Renaming of the term normals in curve/grid-generation

* Make it more obvious we are talking about the normals to the 3D well log curve.
This commit is contained in:
Gaute Lindkvist
2018-04-16 10:42:01 +02:00
parent 5e6613d428
commit 092624799e
4 changed files with 22 additions and 22 deletions

View File

@@ -53,7 +53,7 @@ public:
cvf::ref<cvf::DrawableGeo> background();
cvf::ref<cvf::DrawableGeo> border();
cvf::ref<cvf::DrawableGeo> normalLines();
cvf::ref<cvf::DrawableGeo> curveNormalLines();
private:
const RigWellPath* wellPathGeometry() const;
@@ -61,5 +61,5 @@ private:
caf::PdmPointer<RimWellPath> m_wellPath;
cvf::ref<cvf::DrawableGeo> m_background;
cvf::ref<cvf::DrawableGeo> m_border;
cvf::ref<cvf::DrawableGeo> m_normalLines;
cvf::ref<cvf::DrawableGeo> m_curveNormalLines;
};