mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3464 Well Path Export. Simplified
This commit is contained in:
parent
46bf5119c3
commit
64227c5a3b
@ -88,10 +88,10 @@ void RicExportSelectedWellPathsFeature::writeWellPathGeometryToStream(QTextStrea
|
||||
auto numberFormat = RifEclipseOutputTableDoubleFormatting(RIF_FLOAT, 2);
|
||||
formatter.header(
|
||||
{
|
||||
RifEclipseOutputTableColumn("X", numberFormat, RIGHT),
|
||||
RifEclipseOutputTableColumn("Y", numberFormat, RIGHT),
|
||||
RifEclipseOutputTableColumn("TVD", numberFormat, RIGHT),
|
||||
RifEclipseOutputTableColumn("MD", numberFormat, RIGHT)
|
||||
{"X", numberFormat, RIGHT},
|
||||
{"Y", numberFormat, RIGHT},
|
||||
{"TVD", numberFormat, RIGHT},
|
||||
{"MD", numberFormat, RIGHT}
|
||||
});
|
||||
|
||||
while (currMd < endMd)
|
||||
|
Loading…
Reference in New Issue
Block a user