correctly specify the destructor function name.

This commit is contained in:
Axel Kohlmeyer
2021-09-20 23:40:14 -04:00
parent 8d8c710982
commit afccf1933f
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ BornCoulWolfT::BornCoulWolf() : BaseCharge<numtyp,acctyp>(),
}
template <class numtyp, class acctyp>
BornCoulWolfT::~BornCoulWolfT() {
BornCoulWolfT::~BornCoulWolf() {
clear();
}