forked from lijiext/lammps
Update pair_lj_class2_coul_cut.h
This commit is contained in:
parent
6625a066b6
commit
0ad44efe24
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue