Revert change in angle_cosine_shift.h

This commit is contained in:
Evangelos Voyiatzis
2023-02-21 16:09:58 +02:00
committed by GitHub
parent ea9a498fcf
commit e3003ce294

View File

@ -35,7 +35,6 @@ class AngleCosineShift : public Angle {
void read_restart(FILE *) override;
void write_data(FILE *) override;
double single(int, int, int, int) override;
void born_matrix(int type, int i1, int i2, int i3, double &du, double &du2) override;
protected:
double *k;