Fix broken Earth radius distance constant

This commit is contained in:
Emma Broman
2024-09-13 11:05:30 +02:00
parent 67992558e1
commit b351f80298

View File

@@ -26,7 +26,7 @@
#define __OPENSPACE_CORE___DISTANCECONSTANTS___H__
namespace openspace::distanceconstants {
constexpr double EarthRadius = 6371;
constexpr double EarthRadius = 6371E3;
constexpr double JupiterRadius = 7.1492E7;
constexpr double SolarRadius = 6.95700E8;
constexpr double LightYear = 9.4607304725808E15;