From f50bf98a4a39dfcfb5ad2690d0adaa851d3dc69a Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Sun, 20 Apr 2025 19:13:16 +0200 Subject: Build conversion for basic types --- c++/lbm_unit.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'c++/lbm_unit.hpp') diff --git a/c++/lbm_unit.hpp b/c++/lbm_unit.hpp index e69323f..2d90652 100644 --- a/c++/lbm_unit.hpp +++ b/c++/lbm_unit.hpp @@ -1,4 +1,7 @@ #pragma once + /** + * Get the conversion parameter with the conversion type + */ #include @@ -39,7 +42,7 @@ template using LbmMeter = Unit>; template -using SiSecond = Unit>; +using SiSecond = Unit>; template using LbmSecond = Unit>; -- cgit v1.2.3