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

This commit is contained in:
sjplimp
2010-01-14 00:33:02 +00:00
parent f78f394d01
commit cab0846444

View File

@ -328,12 +328,13 @@ void LAMMPS::destroy()
delete update;
delete neighbor;
delete comm;
delete domain;
delete force;
delete group;
delete output;
delete modify; // modify must come after output, force, update
// since they delete fixes
delete domain; // domain must come after modify
// since fix destructors access domain
delete atom; // atom must come after modify, neighbor
// since fixes delete callbacks in atom
delete timer;