From 6dd3df3def47d0555a1e78cbe936eb8d083bb756 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 7 Oct 2010 00:20:36 -0400 Subject: Capitalisation. --- tests/RK4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/RK4.cpp') diff --git a/tests/RK4.cpp b/tests/RK4.cpp index 4b667d4..c6faba1 100644 --- a/tests/RK4.cpp +++ b/tests/RK4.cpp @@ -25,7 +25,7 @@ main() std::cout << std::setprecision(10) << "Numerical: " << actual << std::endl << "Expected: " << expected << std::endl - << "iterations: " << integrator.iterations() << std::endl; + << "Iterations: " << integrator.iterations() << std::endl; double error = std::fabs(expected - actual)/expected; if (error > 4.2e-8) { -- cgit v1.2.3