diff --git a/src/YAFF/improper_distharm.h b/src/YAFF/improper_distharm.h index f43a13cae9..6896af3e15 100644 --- a/src/YAFF/improper_distharm.h +++ b/src/YAFF/improper_distharm.h @@ -35,7 +35,7 @@ class ImproperDistHarm : public Improper { void *extract(const char *, int &) override; private: - double *k, *d0; + double *k, *chi; void allocate(); };