From 7ab55a868f672669419065e4fa2809ec8b43498e Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sun, 31 May 2020 10:45:32 -0400 Subject: [PATCH] remove unneeded justification marker --- src/create_atoms.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/create_atoms.cpp b/src/create_atoms.cpp index 7d96011415..17a58504ba 100644 --- a/src/create_atoms.cpp +++ b/src/create_atoms.cpp @@ -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)); }