From ee9ef7677216ff6f8e0c62d7386240740332dc09 Mon Sep 17 00:00:00 2001 From: Antonio Rago Date: Thu, 2 May 2024 23:51:06 +0200 Subject: [PATCH] corrected headers in glueballs --- LibHR/Observables/glueballs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibHR/Observables/glueballs.c b/LibHR/Observables/glueballs.c index c9a653c47..d649d85c9 100644 --- a/LibHR/Observables/glueballs.c +++ b/LibHR/Observables/glueballs.c @@ -4,7 +4,7 @@ \***************************************************************************/ #include "utils.h" -#include "glueballs.h" +#include "observables.h" #include "global.h" void measure_1pt_glueballs(int nblockingstart, int nblockingend, double *smear_val, hr_complex *gb_storage) {