Skip to content

Commit

Permalink
refactor: 💥 zeroth_Fahrenheit renamed to zeroth_degree_Fahrenheit
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Dec 19, 2023
1 parent ec84416 commit 0db0478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/usc/include/mp-units/systems/usc/usc.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ inline constexpr struct inch_of_mercury : named_unit<"inHg", mag<ratio(3'386'389
// https://en.wikipedia.org/wiki/United_States_customary_units#Temperature
inline constexpr struct degree_Fahrenheit : named_unit<basic_symbol_text{"°F", "`F"}, mag<ratio{5, 9}> * si::degree_Celsius> {} degree_Fahrenheit;

inline constexpr struct zeroth_Fahrenheit : relative_point_origin<si::zeroth_degree_Celsius - 32 * degree_Fahrenheit> {} zeroth_Fahrenheit;
inline constexpr struct zeroth_degree_Fahrenheit : relative_point_origin<si::zeroth_degree_Celsius - 32 * degree_Fahrenheit> {} zeroth_degree_Fahrenheit;
// clang-format on

namespace unit_symbols {
Expand Down

0 comments on commit 0db0478

Please sign in to comment.