add extract() function to bond_gaussian.h

This commit is contained in:
Evangelos Voyiatzis
2024-10-11 10:54:24 +02:00
committed by GitHub
parent 732ef6bd44
commit 7da8434d5b

View File

@ -36,6 +36,7 @@ class BondGaussian : public Bond {
void write_data(FILE *) override;
double single(int, double, int, int, double &) override;
void born_matrix(int, double, int, int, double &, double &) override;
void *extract(const char *, int &) override;
protected:
int *nterms;