mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove unused variable
This commit is contained in:
@@ -116,13 +116,13 @@ void RicNewWellLogCurveExtractionFeature::onActionTriggered( bool isChecked )
|
|||||||
newWellLogPlotTrack->setFormationCase( view->ownerCase() );
|
newWellLogPlotTrack->setFormationCase( view->ownerCase() );
|
||||||
}
|
}
|
||||||
|
|
||||||
RimWellLogExtractionCurve* plotCurve = RicWellLogTools::addWellLogExtractionCurve( newWellLogPlotTrack,
|
RicWellLogTools::addWellLogExtractionCurve( newWellLogPlotTrack,
|
||||||
ownerCase,
|
ownerCase,
|
||||||
view,
|
view,
|
||||||
wellPath,
|
wellPath,
|
||||||
simWell,
|
simWell,
|
||||||
branchIndex,
|
branchIndex,
|
||||||
useBranchDetection );
|
useBranchDetection );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
RiuPlotMainWindowTools::refreshToolbars();
|
RiuPlotMainWindowTools::refreshToolbars();
|
||||||
|
|||||||
Reference in New Issue
Block a user