CppCheck : Remove unused variables

This commit is contained in:
Magne Sjaastad
2018-10-12 16:33:10 +02:00
parent 39088fa9ba
commit 81a48386a4
3 changed files with 0 additions and 3 deletions

View File

@@ -215,7 +215,6 @@ void RicNewWellBoreStabilityPlotFeature::createAnglesTrack(RimWellLogPlot* plot,
{
RimWellLogTrack* wellPathAnglesTrack = RicNewWellLogPlotFeatureImpl::createWellLogPlotTrack(false, "Well Path Angles", plot);
double minValue = 360.0, maxValue = 0.0;
const double epsilon = 1.0e-3;
const double angleIncrement = 90.0;
std::vector<QString> resultNames = RiaDefines::wellPathAngleResultNames();