forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10745 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
61c85165fd
commit
d3ad71c4c5
|
@ -71,7 +71,7 @@ PairComb::PairComb(LAMMPS *lmp) : Pair(lmp)
|
|||
phin = NULL;
|
||||
dphin = NULL;
|
||||
erpaw = NULL;
|
||||
|
||||
|
||||
sht_num = NULL;
|
||||
sht_first = NULL;
|
||||
|
||||
|
@ -108,7 +108,7 @@ PairComb::~PairComb()
|
|||
memory->destroy(erpaw);
|
||||
memory->destroy(bbij);
|
||||
memory->destroy(sht_num);
|
||||
memory->destroy(sht_first);
|
||||
memory->sfree(sht_first);
|
||||
|
||||
delete [] ipage;
|
||||
|
||||
|
|
Loading…
Reference in New Issue