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

This commit is contained in:
sjplimp 2014-05-07 19:29:36 +00:00
parent 8c0de891d7
commit 4d9cdc8746
1 changed files with 1 additions and 0 deletions

View File

@ -304,6 +304,7 @@ FixStoreState::FixStoreState(LAMMPS *lmp, int narg, char **arg) :
// perform initial allocation of atom-based array
// register with Atom class
values = NULL;
grow_arrays(atom->nmax);
atom->add_callback(0);
atom->add_callback(1);