summaryrefslogtreecommitdiff
path: root/lib/include/wolff/models/dihedral.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/include/wolff/models/dihedral.hpp')
-rw-r--r--lib/include/wolff/models/dihedral.hpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/include/wolff/models/dihedral.hpp b/lib/include/wolff/models/dihedral.hpp
index 50272e3..cf4b067 100644
--- a/lib/include/wolff/models/dihedral.hpp
+++ b/lib/include/wolff/models/dihedral.hpp
@@ -1,11 +1,13 @@
-#pragma once
+#ifndef WOLFF_MODELS_DIHEDRAL_H
+#define WOLFF_MODELS_DIHEDRAL_H
-#include <wolff/types.h>
#include "potts.hpp"
namespace wolff {
+#include "../types.h"
+
template <q_t q>
class dihedral_t {
public:
@@ -50,3 +52,5 @@ class dihedral_t {
}
+#endif
+