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
5a7129ffdf
commit
19dea15dd0
@ -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