From a6df6cf84c7f2db278ea57504b32d7d8809bc251 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sun, 11 Oct 2020 23:18:03 -0400 Subject: [PATCH] fix format --- src/info.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info.cpp b/src/info.cpp index 063578ef13..1bfbcdec8d 100644 --- a/src/info.cpp +++ b/src/info.cpp @@ -391,7 +391,7 @@ void Info::command(int narg, char **arg) if (atom->molecular > 0) { const char *msg; msg = force->bond_style ? force->bond_style : "none"; - fmt::print(out,"Bonds = {:12}, types = {:8}, style = {}\n", + fmt::print(out,"Bonds = {:12}, types = {:8}, style = {}\n", atom->nbonds, atom->nbondtypes, msg); msg = force->angle_style ? force->angle_style : "none";