summaryrefslogtreecommitdiff
path: root/src/wolff_On.cpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-07-25 16:22:50 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-07-25 16:22:50 -0400
commit802b63ddf121b520db7942fe330cce6004fbeb6d (patch)
tree75bed44fad331cbb220372425a1bc230a972b2f0 /src/wolff_On.cpp
parent6ba067856523c481c2813f67f2d37414b739e3b1 (diff)
downloadc++-802b63ddf121b520db7942fe330cce6004fbeb6d.tar.gz
c++-802b63ddf121b520db7942fe330cce6004fbeb6d.tar.bz2
c++-802b63ddf121b520db7942fe330cce6004fbeb6d.zip
got everyone recording data, and fixed huge bug in the updating of ReF and ImF
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);