add extract() function to angle_charmm.h

This commit is contained in:
Evangelos Voyiatzis
2024-09-20 19:16:55 +02:00
committed by GitHub
parent 805c2ae131
commit cc24f3d240

View File

@ -35,6 +35,7 @@ class AngleCharmm : public Angle {
void read_restart(FILE *) override;
void write_data(FILE *) override;
double single(int, int, int, int) override;
void *extract(const char *, int &) override;
protected:
double *k, *theta0, *k_ub, *r_ub;