mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix typo
This commit is contained in:
parent
1c511dbeb3
commit
0b0a314743
@ -553,6 +553,6 @@ void RimWellPathGeometryDef::initAfterRead()
|
|||||||
{
|
{
|
||||||
if ( RiaApplication::instance()->project()->isProjectFileVersionEqualOrOlderThan( "2019.12.1" ) )
|
if ( RiaApplication::instance()->project()->isProjectFileVersionEqualOrOlderThan( "2019.12.1" ) )
|
||||||
{
|
{
|
||||||
m_autoTargetAtSeaLevel = false;
|
m_useAutoGeneratedTargetAtSeaLevel = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user