This commit is contained in:
Axel Kohlmeyer
2022-10-20 16:21:13 -04:00
parent 676dfe0e64
commit 260db06f3e

View File

@ -55,7 +55,8 @@ void Replicate::command(int narg, char **arg)
int nrep = nx*ny*nz;
if (me == 0)
utils::logmesg(lmp,"Replicating atoms for a {}x{}x{} = {} times size system...\n", nx, ny, nz, nrep);
utils::logmesg(lmp, "Replication is creating a {}x{}x{} = {} times larger system...\n",
nx, ny, nz, nrep);
int bbox_flag = 0;
if (narg == 4)