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

This commit is contained in:
sjplimp
2015-09-24 20:34:59 +00:00
parent c622ab1e6d
commit 546186739c
13 changed files with 289 additions and 11 deletions

View File

@ -534,6 +534,8 @@ FixNH::FixNH(LAMMPS *lmp, int narg, char **arg) : Fix(lmp, narg, arg)
FixNH::~FixNH()
{
if (copymode) return;
delete [] id_dilate;
delete [] rfix;