fix format
This commit is contained in:
@ -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";
|
||||
|
||||
Reference in New Issue
Block a user