fix format
This commit is contained in:
@ -391,7 +391,7 @@ void Info::command(int narg, char **arg)
|
|||||||
if (atom->molecular > 0) {
|
if (atom->molecular > 0) {
|
||||||
const char *msg;
|
const char *msg;
|
||||||
msg = force->bond_style ? force->bond_style : "none";
|
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);
|
atom->nbonds, atom->nbondtypes, msg);
|
||||||
|
|
||||||
msg = force->angle_style ? force->angle_style : "none";
|
msg = force->angle_style ? force->angle_style : "none";
|
||||||
|
|||||||
Reference in New Issue
Block a user