File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/systems/include/mp-units/systems Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ namespace mp_units::astronomy {
4141// time
4242inline constexpr struct day final : named_unit<" D" , non_si::day> {} day;
4343inline constexpr struct sidereal_day final : named_unit<" D_sid" , mag_ratio<861'640'905 , 10'000 > * si::second> {} sidereal_day;
44- inline constexpr struct Julian_year final : named_unit<" a" , mag_ratio<365'25 , 100 > * day> {} Julian_year;
45- inline constexpr struct tropical_year final : named_unit<" a_trop" , mag_ratio<365'242189 , 1'000'000 > * day> {} tropical_year;
44+ inline constexpr struct Julian_year final : named_unit<" a" , mag_ratio<36'525 , 100 > * day> {} Julian_year;
45+ inline constexpr struct tropical_year final : named_unit<" a_trop" , mag_ratio<365'242'189 , 1'000'000 > * day> {} tropical_year;
4646inline constexpr struct century final : named_unit<" c" , mag<100 > * Julian_year> {} century;
4747inline constexpr struct millennium final : named_unit<" ka" , mag<1000 > * Julian_year> {} millennium;
4848
You can’t perform that action at this time.
0 commit comments