summaryrefslogtreecommitdiff
path: root/c++/unit.tmpl.h
diff options
context:
space:
mode:
authorClaudius 'keldu' Holeksa <mail@keldu.de>2024-07-29 13:56:30 +0200
committerClaudius 'keldu' Holeksa <mail@keldu.de>2024-07-29 13:56:30 +0200
commitfb7dd1c9185da30aed8645c084be0722e061a867 (patch)
tree7f8471a725098f3059d048a4433adc2f75e0ff88 /c++/unit.tmpl.h
parent23887e1c2d30dc309976ee19742415b9e85315b4 (diff)
wip
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_):