fix format

This commit is contained in:
Axel Kohlmeyer
2020-10-11 23:18:03 -04:00
parent a82c0a58af
commit a6df6cf84c

View File

@ -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";