This commit is contained in:
Axel Kohlmeyer 2020-06-04 22:17:50 -04:00
parent 48b7b7d722
commit 0ee1393955
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ void DisplaceAtoms::command(int narg, char **arg)
if (natoms != atom->natoms && comm->me == 0)
error->warning(FLERR,fmt::format("Lost atoms via displace_atoms: "
"original {} current {}",
atom->natoms,natoms);
atom->natoms,natoms));
}
/* ----------------------------------------------------------------------