define extract for improper sqdistharm
This commit is contained in:
committed by
GitHub
parent
62e7698a44
commit
ee7b0840ef
@ -32,6 +32,7 @@ class ImproperSQDistHarm : public Improper {
|
||||
void coeff(int, char **) override;
|
||||
void write_restart(FILE *) override;
|
||||
void read_restart(FILE *) override;
|
||||
void *extract(const char *, int &) override;
|
||||
|
||||
private:
|
||||
double *k, *chi;
|
||||
|
||||
Reference in New Issue
Block a user