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:
@@ -88,10 +88,10 @@ void RicExportSelectedWellPathsFeature::writeWellPathGeometryToStream(QTextStrea
|
|||||||
auto numberFormat = RifEclipseOutputTableDoubleFormatting(RIF_FLOAT, 2);
|
auto numberFormat = RifEclipseOutputTableDoubleFormatting(RIF_FLOAT, 2);
|
||||||
formatter.header(
|
formatter.header(
|
||||||
{
|
{
|
||||||
RifEclipseOutputTableColumn("X", numberFormat, RIGHT),
|
{"X", numberFormat, RIGHT},
|
||||||
RifEclipseOutputTableColumn("Y", numberFormat, RIGHT),
|
{"Y", numberFormat, RIGHT},
|
||||||
RifEclipseOutputTableColumn("TVD", numberFormat, RIGHT),
|
{"TVD", numberFormat, RIGHT},
|
||||||
RifEclipseOutputTableColumn("MD", numberFormat, RIGHT)
|
{"MD", numberFormat, RIGHT}
|
||||||
});
|
});
|
||||||
|
|
||||||
while (currMd < endMd)
|
while (currMd < endMd)
|
||||||
|
|||||||
Reference in New Issue
Block a user