add extract() function to angle_charmm.h
This commit is contained in:
committed by
GitHub
parent
805c2ae131
commit
cc24f3d240
@ -35,6 +35,7 @@ class AngleCharmm : public Angle {
|
|||||||
void read_restart(FILE *) override;
|
void read_restart(FILE *) override;
|
||||||
void write_data(FILE *) override;
|
void write_data(FILE *) override;
|
||||||
double single(int, int, int, int) override;
|
double single(int, int, int, int) override;
|
||||||
|
void *extract(const char *, int &) override;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
double *k, *theta0, *k_ub, *r_ub;
|
double *k, *theta0, *k_ub, *r_ub;
|
||||||
|
|||||||
Reference in New Issue
Block a user