add extract() function to angle_class2_p6.h
This commit is contained in:
committed by
GitHub
parent
aeeacf0442
commit
852c46ba0e
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user