From cc2487d7d340979e8c0f734ad33bd70d67994d42 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 20 Mar 2025 16:59:01 +0100 Subject: Minor changes to namespace --- c++/lbm_unit.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c++') diff --git a/c++/lbm_unit.h b/c++/lbm_unit.h index 20c6e70..c4d09f6 100644 --- a/c++/lbm_unit.h +++ b/c++/lbm_unit.h @@ -5,6 +5,7 @@ #include namespace kel { +namespace lbm { namespace lbm_type { struct meter { static constexpr std::string_view name = "meter_l"; @@ -29,3 +30,4 @@ using lbm_velocity = unit, unit_component< template using lbm_acceleration = unit, unit_component>; } +} -- cgit v1.2.3