Fix RFT plot after change of well name meaning

This commit is contained in:
Jacob Støren
2017-11-10 15:41:16 +01:00
parent 5fe44fe943
commit c5e4773a58
3 changed files with 32 additions and 22 deletions

View File

@@ -71,7 +71,7 @@ void RicNewRftPlotFeature::onActionTriggered(bool isChecked)
QString plotName = QString(RimWellRftPlot::plotNameFormatString()).arg(wellName);
RimWellRftPlot* rftPlot = new RimWellRftPlot();
rftPlot->setCurrentWellName(wellName);
rftPlot->setSimWellOrWellPathName(wellName);
RimWellLogTrack* plotTrack = new RimWellLogTrack();
rftPlot->wellLogPlot()->addTrack(plotTrack);