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());
|
formatter.add(data.transmissibility());
|
||||||
|
|
||||||
// Based on feedback from Shunping
|
// Based on feedback from Shunping for COMPDATL, hhgs required COMPDAT
|
||||||
// Include diameter when COMPDATL is exported
|
// Always include diameter
|
||||||
// See https://github.com/OPM/ResInsight/issues/2517
|
// See https://github.com/OPM/ResInsight/issues/2517
|
||||||
if (!gridName.isEmpty())
|
// See https://github.com/OPM/ResInsight/issues/2709
|
||||||
{
|
if (RigCompletionData::isDefaultValue(data.diameter()))
|
||||||
if (RigCompletionData::isDefaultValue(data.diameter()))
|
formatter.add("1*");
|
||||||
formatter.add("1*");
|
else
|
||||||
else
|
formatter.add(data.diameter());
|
||||||
formatter.add(data.diameter());
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
formatter.rowCompleted();
|
formatter.rowCompleted();
|
||||||
|
Loading…
Reference in New Issue
Block a user