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

This commit is contained in:
sjplimp
2014-01-31 22:48:28 +00:00
parent 47f42c2a55
commit 10fb1ebded
2 changed files with 4 additions and 4 deletions

View File

@ -524,8 +524,8 @@ void PairTersoffTable::compute(int eflag, int vflag)
void PairTersoffTable::deallocatePreLoops(void)
{
memory->destroy (preGtetaFunction);
memory->destroy (preGtetaFunctionDerived);
memory->destroy(preGtetaFunction);
memory->destroy(preGtetaFunctionDerived);
memory->destroy(preCutoffFunction);
memory->destroy(preCutoffFunctionDerived);
}