mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#9364 Well Log Plot and Track: Activate and improve Show Plot Data
This commit is contained in:
@@ -1061,7 +1061,7 @@ QString RimWellLogTrack::asciiDataForPlotExport() const
|
||||
out += QString::number( curveDepth, 'f', 3 );
|
||||
for ( std::vector<double> plotVector : curvesPlotXValues )
|
||||
{
|
||||
out += " \t" + QString::number( plotVector[i], 'g' );
|
||||
out += QString( " %1" ).arg( QString::number( plotVector[i], 'f', 3 ), 12 );
|
||||
}
|
||||
out += "\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user