Unverified Commit 40e3fcd7 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

tweak output format

parent 46675361
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -305,7 +305,7 @@ Lattice::Lattice(LAMMPS *lmp, int narg, char **arg) : Pointers(lmp)

  if (comm->me == 0)
    utils::logmesg(lmp,fmt::format("Lattice spacing in x,y,z = "
                                   "{:.8g} {:.8g} {:.8g}\n",
                                   "{:.8} {:.8} {:.8}\n",
                                   xlattice,ylattice,zlattice));
}