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

@ -779,6 +779,6 @@ void Replicate::command(int narg, char **arg)
MPI_Barrier(world);
if (me == 0)
utils::logmesg(lmp,fmt::format(" replicate CPU = {:.3f} secs\n",
utils::logmesg(lmp,fmt::format(" replicate CPU = {:.3f} seconds\n",
MPI_Wtime()-time1));
}