revert renaming in improper_distharm.h
This commit is contained in:
committed by
GitHub
parent
7be7ffbaf1
commit
89ceb73ec5
@ -35,7 +35,7 @@ class ImproperDistHarm : public Improper {
|
||||
void *extract(const char *, int &) override;
|
||||
|
||||
private:
|
||||
double *k, *d0;
|
||||
double *k, *chi;
|
||||
|
||||
void allocate();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user