secs -> seconds

This commit is contained in:
Axel Kohlmeyer
2020-06-30 13:56:35 -04:00
parent d4c7455197
commit eafcc06670
6 changed files with 8 additions and 8 deletions

View File

@ -511,7 +511,7 @@ void ReadRestart::command(int narg, char **arg)
MPI_Barrier(world);
if (comm->me == 0)
utils::logmesg(lmp,fmt::format(" read_restart CPU = {:.3f} secs\n",
utils::logmesg(lmp,fmt::format(" read_restart CPU = {:.3f} seconds\n",
MPI_Wtime()-time1));
}