git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5105 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user