whitespace

This commit is contained in:
Axel Kohlmeyer
2021-07-22 16:37:06 -04:00
parent d3e19aa430
commit 74c306b32b

View File

@ -599,7 +599,7 @@ void CreateAtoms::command(int narg, char **arg)
if (me == 0) {
utils::logmesg(lmp,"Created {} atoms\n", atom->natoms - natoms_previous);
if (scaleflag) domain->print_box(" using lattice units in ");
else domain->print_box(" using box units in ");
else domain->print_box(" using box units in ");
utils::logmesg(lmp," create_atoms CPU = {:.3f} seconds\n",
MPI_Wtime() - time1);
}