#3514 LGR Export. Do not export PORO keyword

This commit is contained in:
Bjørn Erik Jensen 2018-10-19 12:31:30 +02:00
parent abc25b833f
commit d239b3e6b3

View File

@ -174,11 +174,6 @@ void RicExportLgrFeature::exportLgrs(QTextStream& stream, const std::vector<LgrI
formatter.tableCompleted("", false);
}
if (!lgrInfo.values.empty())
{
RifEclipseDataTableFormatter::addValueTable(stream, "PORO", 8, lgrInfo.values);
}
{
RifEclipseDataTableFormatter formatter(stream);
formatter.keyword("ENDFIN");