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

This commit is contained in:
sjplimp
2009-07-21 15:15:31 +00:00
parent 08577f42a7
commit 10de982002
3 changed files with 14 additions and 14 deletions

View File

@ -187,7 +187,7 @@ void Modify::init()
restart_pbc_any = 0;
for (i = 0; i < nfix; i++)
if (fix[i]->restart_pbc) restart_pbc_any = 1;
// create list of computes that store invocation times
list_init_compute();