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

This commit is contained in:
sjplimp
2011-04-21 20:05:45 +00:00
parent 0f41ccb943
commit 428bdd0b09
8 changed files with 48 additions and 15 deletions

View File

@ -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;