summaryrefslogtreecommitdiff
path: root/examples/ising.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.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.cpp')
-rw-r--r--examples/ising.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/ising.cpp b/examples/ising.cpp
index fe21279..f187081 100644
--- a/examples/ising.cpp
+++ b/examples/ising.cpp
@@ -3,13 +3,14 @@
#include <iostream>
#include <chrono>
-#include "simple_measurement.hpp"
+#define WOLFF_USE_FINITE_STATES
#include <wolff/models/ising.hpp>
-#include <wolff/finite_states.hpp>
#include <wolff.hpp>
+#include "simple_measurement.hpp"
+
using namespace wolff;
int main(int argc, char *argv[]) {