summaryrefslogtreecommitdiff
path: root/examples/clock.cpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-10-19 16:31:10 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-10-19 16:31:10 -0400
commit3c2ce3017120f9469a1fef83096307fc4cef43e2 (patch)
tree967a08e6b0ae8b95536c73b2b53d8f331a6bc582 /examples/clock.cpp
parent3fe64420f18718e585cb36f4331edbf74a3d480e (diff)
downloadc++-3c2ce3017120f9469a1fef83096307fc4cef43e2.tar.gz
c++-3c2ce3017120f9469a1fef83096307fc4cef43e2.tar.bz2
c++-3c2ce3017120f9469a1fef83096307fc4cef43e2.zip
changed the way that the finite states system works
Diffstat (limited to 'examples/clock.cpp')
-rw-r--r--examples/clock.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/clock.cpp b/examples/clock.cpp
index 4b0ffb8..0cba8f6 100644
--- a/examples/clock.cpp
+++ b/examples/clock.cpp
@@ -3,11 +3,13 @@
#include <iostream>
#include <chrono>
-#include "simple_measurement.hpp"
+#define WOLFF_USE_FINITE_STATES
+#define WOLFF_FINITE_STATES_N WOLFF_POTTSQ
#include <wolff/models/potts.hpp>
#include <wolff/models/dihedral.hpp>
-#include <wolff/finite_states.hpp>
+
+#include "simple_measurement.hpp"
#include <wolff.hpp>