From 7d8c21765731bc43733c7cd02ccde0b5f4d21cf3 Mon Sep 17 00:00:00 2001 From: Aidan Thompson Date: Fri, 4 Mar 2022 09:23:51 -0700 Subject: [PATCH] Anothr tweak of movemode logic --- src/MC/fix_gcmc.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/MC/fix_gcmc.cpp b/src/MC/fix_gcmc.cpp index 97426a1860..9fed15e03d 100644 --- a/src/MC/fix_gcmc.cpp +++ b/src/MC/fix_gcmc.cpp @@ -92,7 +92,6 @@ FixGCMC::FixGCMC(LAMMPS *lmp, int narg, char **arg) : nevery = utils::inumeric(FLERR,arg[3],false,lmp); nexchanges = utils::inumeric(FLERR,arg[4],false,lmp); nmcmoves = utils::inumeric(FLERR,arg[5],false,lmp); - if (nmcmoves > 0) movemode = MOVEATOM; ngcmc_type = utils::inumeric(FLERR,arg[6],false,lmp); seed = utils::inumeric(FLERR,arg[7],false,lmp); reservoir_temperature = utils::numeric(FLERR,arg[8],false,lmp);