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

This commit is contained in:
sjplimp
2010-10-22 21:27:16 +00:00
parent 85f070b25b
commit 6ec332feea
5 changed files with 20 additions and 35 deletions

View File

@ -466,11 +466,12 @@ void Respa::run(int n)
}
/* ----------------------------------------------------------------------
delete fix at end of run, so its atom arrays won't persist
delete rRESPA fix at end of run, so its atom arrays won't persist
------------------------------------------------------------------------- */
void Respa::cleanup()
{
modify->post_run();
modify->delete_fix("RESPA");
}