Addition of extract method in BuckCoulCut

This commit is contained in:
Evangelos Voyiatzis
2021-02-28 11:25:49 +01:00
committed by GitHub
parent b622416417
commit 947fa67531

View File

@ -40,6 +40,7 @@ class PairBuckCoulCut : public Pair {
void write_data(FILE *);
void write_data_all(FILE *);
virtual double single(int, int, int, int, double, double, double, double &);
void *extract(const char *, int &);
protected:
double cut_lj_global,cut_coul_global;