From 7e875a1ef35575d6d5b8191f147b9affa9904d3c Mon Sep 17 00:00:00 2001 From: pscrozi Date: Thu, 10 Jul 2014 19:38:32 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12177 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/MC/fix_gcmc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MC/fix_gcmc.cpp b/src/MC/fix_gcmc.cpp index 3522653f9f..1d693793c6 100644 --- a/src/MC/fix_gcmc.cpp +++ b/src/MC/fix_gcmc.cpp @@ -937,7 +937,7 @@ void FixGCMC::attempt_molecule_insertion() for (int j = 0; j < nfix; j++) if (fix[j]->create_attribute) fix[j]->set_arrays(m); - } else atom->nlocal--; + } } if (shakeflag)