add extract() function to bond_fene_expand.h

This commit is contained in:
Evangelos Voyiatzis
2024-09-20 19:38:22 +02:00
committed by GitHub
parent 7f0ff96324
commit 423b058820

View File

@ -36,6 +36,7 @@ class BondFENEExpand : public Bond {
void read_restart(FILE *) override;
void write_data(FILE *) override;
double single(int, double, int, int, double &) override;
void *extract(const char *, int &) override;
protected:
double *k, *r0, *epsilon, *sigma, *shift;