forked from lijiext/lammps
Update bond_nonlinear.h
This commit is contained in:
parent
9446f8f780
commit
d0c1b7ea08
|
@ -35,6 +35,7 @@ class BondNonlinear : public Bond {
|
|||
void read_restart(FILE *);
|
||||
void write_data(FILE *);
|
||||
double single(int, double, int, int, double &);
|
||||
virtual void *extract(char *, int &);
|
||||
|
||||
protected:
|
||||
double *epsilon,*r0,*lamda;
|
||||
|
|
Loading…
Reference in New Issue