define extract for improper class2
This commit is contained in:
committed by
GitHub
parent
2440564bef
commit
909796b858
@ -33,6 +33,7 @@ class ImproperClass2 : public Improper {
|
||||
void write_restart(FILE *) override;
|
||||
void read_restart(FILE *) override;
|
||||
void write_data(FILE *) override;
|
||||
void *extract(const char *, int &) override;
|
||||
|
||||
protected:
|
||||
double *k0, *chi0;
|
||||
|
||||
Reference in New Issue
Block a user