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

This commit is contained in:
sjplimp
2013-03-07 16:16:01 +00:00
parent 0316286abb
commit 20ad5bdda3
3 changed files with 9 additions and 13 deletions

View File

@ -1007,7 +1007,7 @@ void Input::atom_style()
// use grow to initialize atom-based arrays to length 1
// so that x[0][0] can be referenced even if proc has no atoms
atom->avec->grow(1);
//atom->avec->grow(1);
}
/* ---------------------------------------------------------------------- */