mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user