tweak output format

This commit is contained in:
Axel Kohlmeyer
2020-07-13 18:58:43 -04:00
parent 46675361a6
commit 40e3fcd750

View File

@ -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));
}