git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12997 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -761,6 +761,9 @@ int Variable::find(char *name)
|
|||||||
|
|
||||||
void Variable::set_arrays(int i)
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ----------------------------------------------------------------------
|
/* ----------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user