Update pair_lj_class2.h

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

View File

@ -39,6 +39,7 @@ class PairLJClass2 : 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_global;