IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 8f0c9b6b authored by André Schmidt's avatar André Schmidt Committed by ralfulrich
Browse files

Update PhysicalConstants.hpp

parent 695441e5
No related branches found
No related tags found
1 merge request!404adding Geomagnetic Models
......@@ -65,7 +65,8 @@ namespace corsika::constants {
*/
namespace EarthRadius {
static constexpr auto Mean{6'371'000 * meter};
static constexpr auto Eqautorial{6'378'137 * meter};
static constexpr auto Geomagnetic_reference{6'371'200 * meter};
static constexpr auto Equatorial{6'378'137 * meter};
static constexpr auto Polar{6'356'752 * meter};
static constexpr auto PolarCurvature{6'399'593 * meter};
} // namespace EarthRadius
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment