From 89ceb73ec54c8ff3cccbbcf540f57abd010df082 Mon Sep 17 00:00:00 2001 From: Evangelos Voyiatzis Date: Tue, 11 Feb 2025 16:21:21 +0200 Subject: [PATCH] revert renaming in improper_distharm.h --- src/YAFF/improper_distharm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); };