File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/systems/include/mp-units/systems Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ namespace mp_units::astronomy {
4040// clang-format off
4141// time
4242inline constexpr struct day final : named_unit<" D" , non_si::day> {} day;
43- inline constexpr struct sidereal_day final : named_unit<" D_sid" , mag_ratio<86'164'0905 , 1'000 '000 > * si::second> {} sidereal_day;
43+ inline constexpr struct sidereal_day final : named_unit<" D_sid" , mag_ratio<861'640'905 , 10 '000 > * si::second> {} sidereal_day;
4444inline constexpr struct Julian_year final : named_unit<" a" , mag_ratio<365'25 , 100 > * day> {} Julian_year;
4545inline constexpr struct tropical_year final : named_unit<" a_trop" , mag_ratio<365'242189 , 1'000'000 > * day> {} tropical_year;
4646inline constexpr struct century final : named_unit<" c" , mag<100 > * Julian_year> {} century;
You can’t perform that action at this time.
0 commit comments