Include method declaration in bond_morse.h

This commit is contained in:
Evangelos Voyiatzis
2023-02-28 11:59:06 +02:00
committed by GitHub
parent f866c1d961
commit 22998f43ae

View File

@ -35,6 +35,7 @@ class BondMorse : public Bond {
void read_restart(FILE *) override;
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: