mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2709 Export of COMPDAT : Always export diameter
This commit is contained in:
parent
0bf6db50f9
commit
1d3bc6887e
@ -772,16 +772,14 @@ void RicWellPathExportCompletionDataFeatureImpl::generateCompdatTable(RifEclipse
|
||||
{
|
||||
formatter.add(data.transmissibility());
|
||||
|
||||
// Based on feedback from Shunping
|
||||
// Include diameter when COMPDATL is exported
|
||||
// Based on feedback from Shunping for COMPDATL, hhgs required COMPDAT
|
||||
// Always include diameter
|
||||
// See https://github.com/OPM/ResInsight/issues/2517
|
||||
if (!gridName.isEmpty())
|
||||
{
|
||||
if (RigCompletionData::isDefaultValue(data.diameter()))
|
||||
formatter.add("1*");
|
||||
else
|
||||
formatter.add(data.diameter());
|
||||
}
|
||||
// See https://github.com/OPM/ResInsight/issues/2709
|
||||
if (RigCompletionData::isDefaultValue(data.diameter()))
|
||||
formatter.add("1*");
|
||||
else
|
||||
formatter.add(data.diameter());
|
||||
}
|
||||
|
||||
formatter.rowCompleted();
|
||||
|
Loading…
Reference in New Issue
Block a user