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