Skip to content

Commit

Permalink
Update src/systems/include/mp-units/systems/si/unit_symbols.h
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Pusz <[email protected]>
  • Loading branch information
burnpanck and mpusz authored May 14, 2024
1 parent d4734f6 commit 6c85ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/include/mp-units/systems/si/unit_symbols.h
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ inline constexpr auto uohm = micro<si::ohm>;
inline constexpr auto mohm = milli<si::ohm>;
inline constexpr auto cohm = centi<si::ohm>;
inline constexpr auto dohm = deci<si::ohm>;
inline constexpr auto ohm = si::ohm;
using si::ohm;
inline constexpr auto daohm = deca<si::ohm>;
inline constexpr auto hohm = hecto<si::ohm>;
inline constexpr auto kohm = kilo<si::ohm>;
Expand Down

0 comments on commit 6c85ba3

Please sign in to comment.