Update bond_nonlinear.h

This commit is contained in:
Evangelos Voyiatzis 2020-04-01 14:52:41 +02:00 committed by GitHub
parent 9446f8f780
commit d0c1b7ea08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;