refactor: zero_Fahrenheit renamed to zeroth_Fahrenheit

This commit is contained in:
Mateusz Pusz
2023-12-17 18:32:01 +01:00
parent 2f1e45abbd
commit 8fcc7e3a49

View File

@@ -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 zero_Fahrenheit : relative_point_origin<si::zeroth_degree_Celsius - 32 * degree_Fahrenheit> {} zero_Fahrenheit;
inline constexpr struct zeroth_Fahrenheit : relative_point_origin<si::zeroth_degree_Celsius - 32 * degree_Fahrenheit> {} zeroth_Fahrenheit;
// clang-format on
namespace unit_symbols {