From 48019ede125e9417229a233b0f3f19dc92f75b21 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 6 Feb 2015 16:32:49 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13071 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/create_atoms.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/create_atoms.cpp b/src/create_atoms.cpp index e0288ee667..a192dbb6f4 100644 --- a/src/create_atoms.cpp +++ b/src/create_atoms.cpp @@ -360,6 +360,8 @@ void CreateAtoms::command(int narg, char **arg) // that need initialization of attributes of new atoms // don't use modify->create_attributes() since would be inefficient // for large number of atoms + // note that for typical early use of create_atoms, + // no fixes/computes/variables exist yet int nlocal = atom->nlocal; for (int m = 0; m < modify->nfix; m++) {