#5010 Attempt to read formation file even if it isn't called .lyr

This commit is contained in:
Gaute Lindkvist 2019-11-07 14:33:54 +01:00
parent c5bca4cc7e
commit 3d6b53841d

View File

@ -161,7 +161,6 @@ void RimFormationNames::readFormationNamesFile( QString* errorMessage )
}
else
{
CAF_ASSERT( fileInfo.suffix() == "lyr" );
readLyrFormationNameFile( stream, errorMessage );
}
}