Make more const accessors available

This commit is contained in:
Bjørnar Grip Fjær
2017-05-29 12:56:40 +02:00
parent dbcdd4dde0
commit 45f5b5a80a
5 changed files with 34 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ double RigWellPath::datumElevation() const
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
cvf::Vec3d RigWellPath::interpolatedPointAlongWellPath(double measuredDepth)
cvf::Vec3d RigWellPath::interpolatedPointAlongWellPath(double measuredDepth) const
{
cvf::Vec3d wellPathPoint = cvf::Vec3d::ZERO;