summaryrefslogtreecommitdiff
path: root/c++/unit.tmpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/unit.tmpl.h')
-rw-r--r--c++/unit.tmpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/unit.tmpl.h b/c++/unit.tmpl.h
index d89e0c1..5eec43d 100644
--- a/c++/unit.tmpl.h
+++ b/c++/unit.tmpl.h
@@ -1,6 +1,6 @@
#include <utility>
-namespace kelun {
+namespace kel {
template<typename StorageT, typename... UnitTypes, int64_t... Exponents>
unit<StorageT,unit_component<UnitTypes, Exponents>...>::unit(const value_type& value_):