From be6c41a85a229e8d4953229b77af3f4c28863164 Mon Sep 17 00:00:00 2001 From: jrgissing Date: Wed, 23 Feb 2022 00:44:39 -0500 Subject: [PATCH] delete now-unused variable --- src/replicate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/replicate.cpp b/src/replicate.cpp index 1eee50f49d..bc9939ce2c 100644 --- a/src/replicate.cpp +++ b/src/replicate.cpp @@ -356,7 +356,7 @@ void Replicate::command(int narg, char **arg) int ix,iy,iz; tagint atom_offset,mol_offset,atom0tag; imageint image; - double x[3],lamda[3],shiftsign[3]; + double x[3],lamda[3]; double *coord; int tag_enable = atom->tag_enable;