pre-proto - Rename

This commit is contained in:
astridkbjorke
2017-02-06 11:45:50 +01:00
parent 53e7d99652
commit 10bb3a834d
3 changed files with 3 additions and 3 deletions

View File

@@ -134,7 +134,7 @@ size_t RigSimulationWellCoordsAndMD::findClosestIndex(const cvf::Vec3d& position
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
double RigSimulationWellCoordsAndMD::wellPathAzimuthAngle(const cvf::Vec3d& position) const
double RigSimulationWellCoordsAndMD::simWellAzimuthAngle(const cvf::Vec3d& position) const
{
size_t closestIndex = findClosestIndex(position);