summaryrefslogtreecommitdiff
path: root/examples/ising_animation.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/ising_animation.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/ising_animation.cpp')
-rw-r--r--examples/ising_animation.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/ising_animation.cpp b/examples/ising_animation.cpp
index 2104e91..ab10585 100644
--- a/examples/ising_animation.cpp
+++ b/examples/ising_animation.cpp
@@ -5,8 +5,9 @@
#include <GL/glut.h>
+#define WOLFF_USE_FINITE_STATES
+
#include <wolff/models/ising.hpp>
-#include <wolff/finite_states.hpp>
#include <wolff.hpp>