forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11944 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
8c0de891d7
commit
4d9cdc8746
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue