forked from lijiext/lammps
fix typo
This commit is contained in:
parent
48b7b7d722
commit
0ee1393955
|
@ -357,7 +357,7 @@ void DisplaceAtoms::command(int narg, char **arg)
|
||||||
if (natoms != atom->natoms && comm->me == 0)
|
if (natoms != atom->natoms && comm->me == 0)
|
||||||
error->warning(FLERR,fmt::format("Lost atoms via displace_atoms: "
|
error->warning(FLERR,fmt::format("Lost atoms via displace_atoms: "
|
||||||
"original {} current {}",
|
"original {} current {}",
|
||||||
atom->natoms,natoms);
|
atom->natoms,natoms));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ----------------------------------------------------------------------
|
/* ----------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue