add extract() function to angle_spica.h

This commit is contained in:
Evangelos Voyiatzis
2024-09-20 19:33:41 +02:00
committed by GitHub
parent 8a2564fff1
commit 8e07149593

View File

@ -37,6 +37,7 @@ class AngleSPICA : 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;