From 6dd3df3def47d0555a1e78cbe936eb8d083bb756 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 7 Oct 2010 00:20:36 -0400 Subject: Capitalisation. --- tests/RKF45.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/RKF45.cpp') diff --git a/tests/RKF45.cpp b/tests/RKF45.cpp index 1ac3e4f..e2764cf 100644 --- a/tests/RKF45.cpp +++ b/tests/RKF45.cpp @@ -26,8 +26,8 @@ main() << "Numerical: " << actual << std::endl << "Expected: " << expected << std::endl << "h: " << integrator.h() << std::endl - << "iterations: " << integrator.iterations() << std::endl - << "rejections: " << integrator.rejections() << std::endl; + << "Iterations: " << integrator.iterations() << std::endl + << "Rejections: " << integrator.rejections() << std::endl; double error = std::fabs(expected - actual)/expected; if (error > 1.5e-6) { -- cgit v1.2.3