Addition of extract method in BuckCoulCut
This commit is contained in:
committed by
GitHub
parent
b622416417
commit
947fa67531
@ -40,6 +40,7 @@ class PairBuckCoulCut : public Pair {
|
|||||||
void write_data(FILE *);
|
void write_data(FILE *);
|
||||||
void write_data_all(FILE *);
|
void write_data_all(FILE *);
|
||||||
virtual double single(int, int, int, int, double, double, double, double &);
|
virtual double single(int, int, int, int, double, double, double, double &);
|
||||||
|
void *extract(const char *, int &);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
double cut_lj_global,cut_coul_global;
|
double cut_lj_global,cut_coul_global;
|
||||||
|
|||||||
Reference in New Issue
Block a user