remove unneeded justification marker

This commit is contained in:
Axel Kohlmeyer
2020-05-31 10:45:32 -04:00
parent 88cedc2784
commit 7ab55a868f

View File

@ -587,7 +587,7 @@ void CreateAtoms::command(int narg, char **arg)
MPI_Barrier(world);
if (me == 0)
utils::logmesg(lmp, fmt::format("Created {} atoms\n"
" create_atoms CPU = {:<.3g} seconds\n",
" create_atoms CPU = {:.3g} seconds\n",
atom->natoms - natoms_previous,
MPI_Wtime() - time1));
}