mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3091 Completion export. Add e to col name
This commit is contained in:
parent
37961717e3
commit
67aa41eeae
@ -1055,7 +1055,7 @@ void RicWellPathExportCompletionDataFeatureImpl::exportWelspecsToFile(RimEclipse
|
||||
RifEclipseOutputTableColumn("Grp"),
|
||||
RifEclipseOutputTableColumn("I"),
|
||||
RifEclipseOutputTableColumn("J"),
|
||||
RifEclipseOutputTableColumn("RefDpth"),
|
||||
RifEclipseOutputTableColumn("RefDepth"),
|
||||
RifEclipseOutputTableColumn("WellType")
|
||||
};
|
||||
|
||||
@ -1111,7 +1111,7 @@ void RicWellPathExportCompletionDataFeatureImpl::exportWelspeclToFile(RimEclipse
|
||||
RifEclipseOutputTableColumn("LGR"),
|
||||
RifEclipseOutputTableColumn("I"),
|
||||
RifEclipseOutputTableColumn("J"),
|
||||
RifEclipseOutputTableColumn("RefDpth"),
|
||||
RifEclipseOutputTableColumn("RefDepth"),
|
||||
RifEclipseOutputTableColumn("WellType")
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user