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

This commit is contained in:
sjplimp 2015-01-28 15:57:38 +00:00
parent 86daf16069
commit fdd6a493e1
1 changed files with 3 additions and 0 deletions

View File

@ -761,6 +761,9 @@ int Variable::find(char *name)
void Variable::set_arrays(int i)
{
for (int i = 0; i < nvar; i++)
if (reader[i] && style[i] == ATOMFILE)
reader[i]->fixstore->vstore[i] = 0.0;
}
/* ----------------------------------------------------------------------