summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-07-21 14:54:13 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-07-21 14:54:13 -0400
commit0af22d23f860d7ab1c0e9355f55cade310afd748 (patch)
tree3a3e06e26466f87f0e4239c6db52907b2f36b102 /lib
parent6b8448e5f80a7fa623678c532d1cceba0d19ac11 (diff)
downloadc++-0af22d23f860d7ab1c0e9355f55cade310afd748.tar.gz
c++-0af22d23f860d7ab1c0e9355f55cade310afd748.tar.bz2
c++-0af22d23f860d7ab1c0e9355f55cade310afd748.zip
ising example now has a setting for drawing the state to the screen
Diffstat (limited to 'lib')
-rw-r--r--lib/cluster.h2
-rw-r--r--lib/ising.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/cluster.h b/lib/cluster.h
index d90dc64..cc2dc70 100644
--- a/lib/cluster.h
+++ b/lib/cluster.h
@@ -23,8 +23,6 @@
#include "measurement.h"
#include "vector.h"
#include "orthogonal.h"
-#include "ising.h"
-#include "z2.h"
#include "dihedral.h"
#include "dihinf.h"
#include "yule_walker.h"
diff --git a/lib/ising.h b/lib/ising.h
index e09b39e..4ad88f4 100644
--- a/lib/ising.h
+++ b/lib/ising.h
@@ -1,6 +1,7 @@
#pragma once
#include <cmath>
+#include <stdio.h>
#include "types.h"