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