From 4c9e87a613d8a060fcbe0793be2d22a31b63d447 Mon Sep 17 00:00:00 2001 From: David A Minton Date: Thu, 22 Sep 2022 11:25:35 -0400 Subject: [PATCH] Fixed timer output to divide by output steps not dump steps --- src/main/swiftest_driver.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/swiftest_driver.f90 b/src/main/swiftest_driver.f90 index afc62fddf..e499d19c8 100644 --- a/src/main/swiftest_driver.f90 +++ b/src/main/swiftest_driver.f90 @@ -106,7 +106,7 @@ program swiftest_driver write(*, statusfmt) param%t, tfrac, pl%nbody, nbody_system%tp%nbody end select if (param%lenergy) call nbody_system%conservation_report(param, lterminal=.true.) - call integration_timer%report(message="Integration steps:", nsubsteps=istep_dump) + call integration_timer%report(message="Integration steps:", nsubsteps=istep_out) call integration_timer%reset() iout = istep_out