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) void PairTersoffTable::deallocatePreLoops(void)
{ {
memory->destroy (preGtetaFunction); memory->destroy(preGtetaFunction);
memory->destroy (preGtetaFunctionDerived); memory->destroy(preGtetaFunctionDerived);
memory->destroy(preCutoffFunction); memory->destroy(preCutoffFunction);
memory->destroy(preCutoffFunctionDerived); memory->destroy(preCutoffFunctionDerived);
} }

View File

@ -26,8 +26,8 @@ PairStyle(tersoff/table,PairTersoffTable)
#else #else
#ifndef LMP_PAIR_Tersoff_H #ifndef LMP_PAIR_TERSOFF_TABLE_H
#define LMP_PAIR_Tersoff_H #define LMP_PAIR_TERSOFF_TABLE_H
#include "pair.h" #include "pair.h"