fix whitespace issues

This commit is contained in:
Axel Kohlmeyer
2020-01-14 13:24:40 -05:00
parent 531946a35f
commit cae994dea9
2 changed files with 7 additions and 7 deletions

View File

@ -306,7 +306,7 @@ void Hyper::command(int narg, char **arg)
fprintf(out,"Cummulative quantities for fix hyper:\n");
fprintf(out," hyper time = %g\n",t_hyper);
if (hyperenable)
fprintf(out," time boost factor = %g\n", t_hyper /
fprintf(out," time boost factor = %g\n", t_hyper /
((update->ntimestep-fix_hyper->ntimestep_initial)*update->dt));
else fprintf(out," time boost factor = 1\n");
fprintf(out," event timesteps = %d\n",nevent_running);