summaryrefslogtreecommitdiff
path: root/lib/include/wolff/models/ising.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/include/wolff/models/ising.hpp')
-rw-r--r--lib/include/wolff/models/ising.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/include/wolff/models/ising.hpp b/lib/include/wolff/models/ising.hpp
index 39d0ad6..d2f6f91 100644
--- a/lib/include/wolff/models/ising.hpp
+++ b/lib/include/wolff/models/ising.hpp
@@ -1,14 +1,15 @@
-#ifndef WOLFF_MODELS_ISING
-#define WOLFF_MODELS_ISING
+#ifndef WOLFF_MODELS_ISING_H
+#define WOLFF_MODELS_ISING_H
#define WOLFF_FINITE_STATES_N 2
-#include "../types.h"
#include "../system.hpp"
namespace wolff {
+#include "../types.h"
+
class ising_t {
public:
bool x;