diff --git a/src/REPLICA/prd.cpp b/src/REPLICA/prd.cpp index 78e86ba202..e11dae149c 100644 --- a/src/REPLICA/prd.cpp +++ b/src/REPLICA/prd.cpp @@ -378,11 +378,11 @@ void PRD::command(int narg, char **arg) if (me_universe == 0) { if (universe->uscreen) fprintf(universe->uscreen, - "Loop time of %g on %d procs for %d steps with %.15g atoms\n", + "Loop time of %g on %d procs for %d steps with %lu atoms\n", timer->array[TIME_LOOP],nprocs_universe,nsteps,atom->natoms); if (universe->ulogfile) fprintf(universe->ulogfile, - "Loop time of %g on %d procs for %d steps with %.15g atoms\n", + "Loop time of %g on %d procs for %d steps with %lu atoms\n", timer->array[TIME_LOOP],nprocs_universe,nsteps,atom->natoms); }