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

This commit is contained in:
sjplimp
2011-06-08 18:16:41 +00:00
parent 34b5e9bb74
commit 1c3275156a
5 changed files with 161 additions and 70 deletions

View File

@ -184,7 +184,6 @@ void Modify::init()
// this is b/c some computes call fix->dof()
// FixRigid::dof() depends on its own init having been called
comm->maxforward_fix = comm->maxreverse_fix = 0;
for (i = 0; i < nfix; i++) fix[i]->init();
// set global flag if any fix has its restart_pbc flag set