#6888 Fix assert when MD gives anchor position outside of active cells bounding box.

This commit is contained in:
Kristian Bendiksen
2020-11-02 19:13:56 +01:00
parent 1f748e3c39
commit be8b54046e
5 changed files with 44 additions and 17 deletions

View File

@@ -584,3 +584,11 @@ void RimWellPathGeometryDef::initAfterRead()
m_useAutoGeneratedTargetAtSeaLevel = false;
}
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimWellPathGeometryDef::setUseAutoGeneratedTargetAtSeaLevel( bool autoGenerate )
{
m_useAutoGeneratedTargetAtSeaLevel = autoGenerate;
}