Include method declaration in pair_coul_debye.h

This commit is contained in:
Evangelos Voyiatzis
2023-03-01 18:30:51 +02:00
committed by GitHub
parent 060976bb26
commit b8922ffe07

View File

@ -32,6 +32,7 @@ class PairCoulDebye : public PairCoulCut {
void write_restart_settings(FILE *) override;
void read_restart_settings(FILE *) override;
double single(int, int, int, int, double, double, double, double &) override;
void born_matrix(int, int, int, int, double, double, double, double &, double &) override;
protected:
double kappa;