correctly specify the destructor function name.
This commit is contained in:
@ -34,7 +34,7 @@ BornCoulWolfT::BornCoulWolf() : BaseCharge<numtyp,acctyp>(),
|
||||
}
|
||||
|
||||
template <class numtyp, class acctyp>
|
||||
BornCoulWolfT::~BornCoulWolfT() {
|
||||
BornCoulWolfT::~BornCoulWolf() {
|
||||
clear();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user