git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5992 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -468,7 +468,7 @@ double FixStoreState::memory_usage()
|
||||
|
||||
void FixStoreState::grow_arrays(int nmax)
|
||||
{
|
||||
memory->grow(values,nmax,nvalues,"fix_store:values");
|
||||
memory->grow(values,nmax,nvalues,"store/state:values");
|
||||
if (nvalues == 1) {
|
||||
if (nmax) vector_atom = &values[0][0];
|
||||
else vector_atom = NULL;
|
||||
|
||||
Reference in New Issue
Block a user