Include method declaration in bond_morse.h
This commit is contained in:
committed by
GitHub
parent
f866c1d961
commit
22998f43ae
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user