change chi to d0 in improper_distharm.h

This commit is contained in:
Evangelos Voyiatzis
2025-02-10 19:16:47 +02:00
committed by GitHub
parent 2b46abc31c
commit f738690cb5

View File

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