This commit is contained in:
Magne Sjaastad 2020-04-07 15:50:22 +02:00
parent 1c511dbeb3
commit 0b0a314743

View File

@ -553,6 +553,6 @@ void RimWellPathGeometryDef::initAfterRead()
{
if ( RiaApplication::instance()->project()->isProjectFileVersionEqualOrOlderThan( "2019.12.1" ) )
{
m_autoTargetAtSeaLevel = false;
m_useAutoGeneratedTargetAtSeaLevel = false;
}
}