git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13071 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2015-02-06 16:32:49 +00:00
parent c7b1b5d086
commit 48019ede12

View File

@ -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++) {