git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3679 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -328,12 +328,13 @@ void LAMMPS::destroy()
|
|||||||
delete update;
|
delete update;
|
||||||
delete neighbor;
|
delete neighbor;
|
||||||
delete comm;
|
delete comm;
|
||||||
delete domain;
|
|
||||||
delete force;
|
delete force;
|
||||||
delete group;
|
delete group;
|
||||||
delete output;
|
delete output;
|
||||||
delete modify; // modify must come after output, force, update
|
delete modify; // modify must come after output, force, update
|
||||||
// since they delete fixes
|
// since they delete fixes
|
||||||
|
delete domain; // domain must come after modify
|
||||||
|
// since fix destructors access domain
|
||||||
delete atom; // atom must come after modify, neighbor
|
delete atom; // atom must come after modify, neighbor
|
||||||
// since fixes delete callbacks in atom
|
// since fixes delete callbacks in atom
|
||||||
delete timer;
|
delete timer;
|
||||||
|
|||||||
Reference in New Issue
Block a user