mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Ensemble RFT: make sure last layer is imported from FMU layer zone file
This commit is contained in:
parent
3e9bf9d1d8
commit
9d7ebf6ed3
@ -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 );
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user