Unverified Commit 0ee13939 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix typo

parent 48b7b7d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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));
}

/* ----------------------------------------------------------------------