fix inconsistent new/delete

This commit is contained in:
Axel Kohlmeyer
2021-04-12 10:25:10 -04:00
parent 0c79673d93
commit a572142e6f

View File

@ -130,7 +130,7 @@ FixChargeRegulation::~FixChargeRegulation() {
delete random_equal;
delete random_unequal;
delete idftemp;
delete[] idftemp;
if (group) {
int igroupall = group->find("all");