#1744 Load and update data for fractures when loading project file

This commit is contained in:
Magne Sjaastad
2017-08-14 22:16:03 +02:00
parent f756d1d2cb
commit 7dfcfde1d1
7 changed files with 50 additions and 4 deletions
@@ -118,6 +118,15 @@ double RimWellPathFracture::wellAzimuthAtFracturePosition() const
return wellPathAzimuth;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimWellPathFracture::loadDataAndUpdate()
{
updatePositionFromMeasuredDepth();
updateAzimuthBasedOnWellAzimuthAngle();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------