From 17c099488af08e7b57e32438730b4326cdcaaa2b Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 13 May 2024 20:20:03 -0400 Subject: [PATCH] remove unused variables --- src/replicate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/replicate.cpp b/src/replicate.cpp index e07c7d9a26..4773b731bc 100644 --- a/src/replicate.cpp +++ b/src/replicate.cpp @@ -45,7 +45,7 @@ Replicate::Replicate(LAMMPS *lmp) : Command(lmp) {} void Replicate::command(int narg, char **arg) { - int i,j,m,n; + int i,n; if (domain->box_exist == 0) error->all(FLERR,"Replicate command before simulation box is defined");