From 09572110b7e686055b854bd3e5e25effa8b8a685 Mon Sep 17 00:00:00 2001 From: James McClung Date: Fri, 20 Mar 2026 12:03:36 -0400 Subject: [PATCH] psc: fix code time in print --- src/include/psc.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/include/psc.hxx b/src/include/psc.hxx index 260c0cf87..9e7d1d5de 100644 --- a/src/include/psc.hxx +++ b/src/include/psc.hxx @@ -270,10 +270,10 @@ struct Psc checkpointing_(grid(), mprts_, mflds_); - mpi_printf(grid().comm(), - "**** Step %d / %d, Code Time %g, Wall Time %g\n", - grid().timestep() + 1, p_.nmax, grid().timestep() * grid().dt, - MPI_Wtime() - time_start_); + mpi_printf( + grid().comm(), "**** Step %d / %d, Code Time %g, Wall Time %g\n", + grid().timestep() + 1, p_.nmax, (grid().timestep() + 1) * grid().dt, + MPI_Wtime() - time_start_); // prof_start(pr_time_step_no_comm); // prof_stop(