revert renaming in improper_distharm.h

This commit is contained in:
Evangelos Voyiatzis
2025-02-11 16:21:21 +02:00
committed by GitHub
parent 7be7ffbaf1
commit 89ceb73ec5

View File

@ -35,7 +35,7 @@ class ImproperDistHarm : public Improper {
void *extract(const char *, int &) override;
private:
double *k, *d0;
double *k, *chi;
void allocate();
};