add extract() function to angle_class2_p6.h

This commit is contained in:
Evangelos Voyiatzis
2024-10-11 10:47:30 +02:00
committed by GitHub
parent aeeacf0442
commit 852c46ba0e

View File

@ -35,6 +35,7 @@ class AngleClass2P6 : 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 *theta0, *k2, *k3, *k4, *k5, *k6;