From 6dd3df3def47d0555a1e78cbe936eb8d083bb756 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 7 Oct 2010 00:20:36 -0400 Subject: Capitalisation. --- tests/Heun.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Heun.cpp') diff --git a/tests/Heun.cpp b/tests/Heun.cpp index e8b4e6c..fca782e 100644 --- a/tests/Heun.cpp +++ b/tests/Heun.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 > 1.4e-4) { -- cgit v1.2.3