Update pair_lj_class2_coul_cut.h

This commit is contained in:
Evangelos Voyiatzis 2018-12-17 18:00:47 +01:00 committed by GitHub
parent 6625a066b6
commit 0ad44efe24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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