recover compilation of INTEL package

This commit is contained in:
Axel Kohlmeyer
2025-06-25 01:00:35 -04:00
parent 9fbb49f401
commit a03d2a66c9

View File

@ -38,7 +38,7 @@ namespace LAMMPS_NS {
class PPPMElectrodeIntel : public PPPMIntel, public ElectrodeKSpace {
public:
PPPMElectrodeIntel(class LAMMPS *);
~PPPMElectrodeIntel();
~PPPMElectrodeIntel() noexcept(false) override;
void init() override;
void setup() override;
void compute(int, int) override;