Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Avoid double increment to loop variable
  • Loading branch information
amadio committed Apr 11, 2017
commit b9d7ee4ba4c68f23185c89b6019d0a133ebf384a
1 change: 0 additions & 1 deletion math/mathmore/test/testInterpolation.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ void interpolate( const ROOT::Math::Interpolator & itp, bool drawSame = false )
double dy2i = itp.Deriv2(xi);
double igyi = itp.Integ(0, xi);
std::cout << xcoord[i] << " " << ycoord[i] << " " << dyi << " " << dy2i << " " << igyi << std::endl;
i++;
}

if (showGraphics) {
Expand Down