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.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/include/wolff/models/dihedral.hpp b/lib/include/wolff/models/dihedral.hpp
index cbc5687..50272e3 100644
--- a/lib/include/wolff/models/dihedral.hpp
+++ b/lib/include/wolff/models/dihedral.hpp
@@ -4,6 +4,8 @@
#include <wolff/types.h>
#include "potts.hpp"
+namespace wolff {
+
template <q_t q>
class dihedral_t {
public:
@@ -46,3 +48,5 @@ class dihedral_t {
}
};
+}
+