From 3c2ce3017120f9469a1fef83096307fc4cef43e2 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Fri, 19 Oct 2018 16:31:10 -0400 Subject: changed the way that the finite states system works --- examples/ising.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'examples/ising.cpp') 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 #include -#include "simple_measurement.hpp" +#define WOLFF_USE_FINITE_STATES #include -#include #include +#include "simple_measurement.hpp" + using namespace wolff; int main(int argc, char *argv[]) { -- cgit v1.2.3-70-g09d2