git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11420 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user