forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15344 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
667983a09d
commit
3ceaf974f8
|
@ -115,7 +115,7 @@ Pair::Pair(LAMMPS *lmp) : Pointers(lmp)
|
|||
Pair::~Pair()
|
||||
{
|
||||
num_tally_compute = 0;
|
||||
memory->sfree((void *)list_tally_compute);
|
||||
memory->sfree((void *) list_tally_compute);
|
||||
list_tally_compute = NULL;
|
||||
|
||||
if (copymode) return;
|
||||
|
|
Loading…
Reference in New Issue