forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12997 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
86daf16069
commit
fdd6a493e1
|
@ -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;
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue