refactor: kilogram type used explicitly for the symbol

This commit is contained in:
Mateusz Pusz
2022-11-09 22:51:57 -10:00
parent 5ab79f0c63
commit 9373446f7d

View File

@@ -85,7 +85,7 @@ inline constexpr auto dg = deci<gram>;
inline constexpr auto g = gram;
inline constexpr auto dag = deca<gram>;
inline constexpr auto hg = hecto<gram>;
inline constexpr auto kg = kilo<gram>;
inline constexpr auto kg = kilogram;
inline constexpr auto Mg = mega<gram>;
inline constexpr auto Gg = giga<gram>;
inline constexpr auto Tg = tera<gram>;