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

@ -76,7 +76,7 @@ void RimSimWellFracture::setAzimuth(RimEllipseFractureTemplate::FracOrientationE
if (orientation == RimEllipseFractureTemplate::ALONG_WELL_PATH || orientation== RimEllipseFractureTemplate::TRANSVERSE_WELL_PATH)
{
updateBranchGeometry();
double simWellAzimuth = m_branchCenterLines[m_branchIndex].wellPathAzimuthAngle(fracturePosition());
double simWellAzimuth = m_branchCenterLines[m_branchIndex].simWellAzimuthAngle(fracturePosition());
if (orientation == RimEllipseFractureTemplate::TRANSVERSE_WELL_PATH )
{
azimuth = simWellAzimuth;

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);

View File

@ -43,7 +43,7 @@ public:
size_t findClosestIndex(const cvf::Vec3d& position) const;
double wellPathAzimuthAngle(const cvf::Vec3d& position) const;
double simWellAzimuthAngle(const cvf::Vec3d& position) const;
private: