diff --git a/src/USER-MISC/pair_tersoff_table.cpp b/src/USER-MISC/pair_tersoff_table.cpp index db58c023b1..60673b8e43 100644 --- a/src/USER-MISC/pair_tersoff_table.cpp +++ b/src/USER-MISC/pair_tersoff_table.cpp @@ -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); } diff --git a/src/USER-MISC/pair_tersoff_table.h b/src/USER-MISC/pair_tersoff_table.h index 82e9087a48..4423932a34 100644 --- a/src/USER-MISC/pair_tersoff_table.h +++ b/src/USER-MISC/pair_tersoff_table.h @@ -26,8 +26,8 @@ PairStyle(tersoff/table,PairTersoffTable) #else -#ifndef LMP_PAIR_Tersoff_H -#define LMP_PAIR_Tersoff_H +#ifndef LMP_PAIR_TERSOFF_TABLE_H +#define LMP_PAIR_TERSOFF_TABLE_H #include "pair.h"