git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13601 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -106,6 +106,13 @@ Force::~Force()
|
||||
if (improper) delete improper;
|
||||
if (kspace) delete kspace;
|
||||
|
||||
pair = NULL;
|
||||
bond = NULL;
|
||||
angle = NULL;
|
||||
dihedral = NULL;
|
||||
improper = NULL;
|
||||
kspace = NULL;
|
||||
|
||||
delete pair_map;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user