Commit cab08464 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3679 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent f78f394d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;