Include method declaration in pair_lj_cut_coul_cut.h

This commit is contained in:
Evangelos Voyiatzis
2023-03-09 10:03:57 +02:00
committed by GitHub
parent 7da2f62bf6
commit 544a4e3d7f

View File

@ -40,6 +40,7 @@ class PairLJCutCoulCut : public Pair {
void write_data(FILE *) override; void write_data(FILE *) override;
void write_data_all(FILE *) override; void write_data_all(FILE *) override;
double single(int, int, int, int, double, double, double, double &) 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;
void *extract(const char *, int &) override; void *extract(const char *, int &) override;
protected: protected: