diff options
Diffstat (limited to 'c++/lbm_unit.hpp')
-rw-r--r-- | c++/lbm_unit.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
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 <forstio/codec/unit/unit.hpp> @@ -39,7 +42,7 @@ template<typename S> using LbmMeter = Unit<S, UnitElement<lbm_type::meter, 1>>; template<typename S> -using SiSecond = Unit<S, UnitElement<si_type::meter, 1>>; +using SiSecond = Unit<S, UnitElement<si_type::second, 1>>; template<typename S> using LbmSecond = Unit<S, UnitElement<lbm_type::second, 1>>; |