summaryrefslogtreecommitdiff
path: root/src/wolff_On.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wolff_On.cpp')
-rw-r--r--src/wolff_On.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/wolff_On.cpp b/src/wolff_On.cpp
index 997ec09..a277e0f 100644
--- a/src/wolff_On.cpp
+++ b/src/wolff_On.cpp
@@ -6,11 +6,10 @@
#include <GL/glut.h>
#endif
-#include <vector.h>
#include <orthogonal.h>
+#include <vector.h>
#include <wolff.h>
-#include <correlation.h>
#include <measure.h>
#include <colors.h>
#include <rand.h>
@@ -235,7 +234,6 @@ int main(int argc, char *argv[]) {
wolff <orthogonal_R_t, vector_R_t> (N, &s, gen_R, measurements, r, silent);
}
-
measure_free_files(measurement_flags, outfiles);
free(H_vec);
gsl_rng_free(r);