fix memory leak

This commit is contained in:
Axel Kohlmeyer
2022-04-27 15:10:55 -04:00
parent 3cfae26b84
commit 585b14f08f

View File

@ -68,7 +68,7 @@ PairSMATB::~PairSMATB()
memory->destroy(cutOffStart);
memory->destroy(cutOffEnd);
memory->destroy(cutOffEnd2);
memory->destroy(a5);
memory->destroy(a3);
memory->destroy(a4);
memory->destroy(a5);
memory->destroy(x5);