diff --git a/modules/space/kepler.cpp b/modules/space/kepler.cpp index b045e57d8c..5455c92dcc 100644 --- a/modules/space/kepler.cpp +++ b/modules/space/kepler.cpp @@ -848,7 +848,7 @@ std::vector readMpcFile(const std::filesystem::path& file) { argPeriapsis, meanAnomaly, epochFromYMDdSubstring(epochDate), - std::chrono::seconds(std::chrono::hours(24)).count() / meanMotion + (360.0 / meanMotion) * std::chrono::seconds(std::chrono::hours(24)).count() ); }