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

This commit is contained in:
sjplimp 2016-07-21 23:18:44 +00:00
parent 667983a09d
commit 3ceaf974f8
1 changed files with 1 additions and 1 deletions

View File

@ -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;