remove unused variables

This commit is contained in:
Axel Kohlmeyer
2024-05-13 20:20:03 -04:00
parent 4302d65811
commit 17c099488a

View File

@ -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");