forked from mpusz/mp-units
docs: typo in the affine space chapter fixed
This commit is contained in:
@@ -443,7 +443,7 @@ namespace si {
|
|||||||
inline constexpr struct absolute_zero final : absolute_point_origin<isq::thermodynamic_temperature> {} absolute_zero;
|
inline constexpr struct absolute_zero final : absolute_point_origin<isq::thermodynamic_temperature> {} absolute_zero;
|
||||||
inline constexpr auto zeroth_kelvin = absolute_zero;
|
inline constexpr auto zeroth_kelvin = absolute_zero;
|
||||||
|
|
||||||
inline constexpr struct ice_point final : relative_point_origin<273'150 * absolute<milli<kelvin>>}> {} ice_point;
|
inline constexpr struct ice_point final : relative_point_origin<273'150 * absolute<milli<kelvin>>>> {} ice_point;
|
||||||
inline constexpr auto zeroth_degree_Celsius = ice_point;
|
inline constexpr auto zeroth_degree_Celsius = ice_point;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user