mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3514 LGR Export. Do not export PORO keyword
This commit is contained in:
parent
abc25b833f
commit
d239b3e6b3
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user