forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11420 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
47f42c2a55
commit
10fb1ebded
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue