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;