From 260db06f3e3d0e086305475606429548a1e84962 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 20 Oct 2022 16:21:13 -0400 Subject: [PATCH] cosmetic --- src/replicate.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/replicate.cpp b/src/replicate.cpp index c7133af185..d1066734fc 100644 --- a/src/replicate.cpp +++ b/src/replicate.cpp @@ -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)