diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-07-21 14:54:13 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-07-21 14:54:13 -0400 |
commit | 0af22d23f860d7ab1c0e9355f55cade310afd748 (patch) | |
tree | 3a3e06e26466f87f0e4239c6db52907b2f36b102 /lib/cluster.h | |
parent | 6b8448e5f80a7fa623678c532d1cceba0d19ac11 (diff) | |
download | c++-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/cluster.h')
-rw-r--r-- | lib/cluster.h | 2 |
1 files changed, 0 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" |