mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1294 Only include branches selected in plot in csv export
This commit is contained in:
parent
98810527f8
commit
ced9342152
@ -394,6 +394,8 @@ QString RimWellLogPlot::asciiDataForPlotExport() const
|
||||
|
||||
for (RimWellLogTrack* track : m_tracks)
|
||||
{
|
||||
if (!track->isVisible()) continue;
|
||||
|
||||
out += "\n" + track->description() + "\n";
|
||||
|
||||
std::vector<RimWellLogCurve* > curves = track->curvesVector();
|
||||
|
Loading…
Reference in New Issue
Block a user