Commit b76b903
fix: correct sidereal_day magnitude and standardize digit separators in astronomy.h (#787)
* fix: correct sidereal_day constant in astronomy.h (issue #786)
Agent-Logs-Url: https://github.com/mpusz/mp-units/sessions/80776de1-96d9-40da-ab02-767a215efba3
Co-authored-by: mpusz <506260+mpusz@users.noreply.github.com>
* style: fix non-standard C++ digit separators in astronomy.h
Agent-Logs-Url: https://github.com/mpusz/mp-units/sessions/d6c3365e-2620-4422-87dd-11d537ebe76e
Co-authored-by: mpusz <506260+mpusz@users.noreply.github.com>
* Update astronomy_test.cpp content
* Restoring empty line separators
* Fix formatting in astronomy_test.cpp
* Refactor static assertions in astronomy_test.cpp
Updated static assertions for time and length units in astronomy tests.
* Fix static_assert syntax in astronomy_test.cpp
* Fix static_assert statements in astronomy_test.cpp
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mpusz <506260+mpusz@users.noreply.github.com>
Co-authored-by: Mateusz Pusz <mateusz.pusz@gmail.com>1 parent 2eb094c commit b76b903
File tree
2 files changed
+11
-11
lines changed- src/systems/include/mp-units/systems
- test/static
2 files changed
+11
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments