Ensemble RFT: make sure last layer is imported from FMU layer zone file

This commit is contained in:
Gaute Lindkvist 2019-09-18 09:28:19 +02:00
parent 3e9bf9d1d8
commit 9d7ebf6ed3

View File

@ -313,4 +313,10 @@ void RimFormationNames::readFmuFormationNameFile( QTextStream& stream, QString*
} }
} }
} }
// Append previous formation at the end of the stream
if ( !currentFormationName.isEmpty() )
{
m_formationNamesData->appendFormationRange( currentFormationName, startK - 1, endK - 1 );
}
} }