This commit is contained in:
Timur A. Fatkhullin
2025-11-17 23:42:04 +03:00
parent 771619b832
commit 14e583a244
2 changed files with 16 additions and 5 deletions

View File

@@ -503,7 +503,7 @@ public:
// first, compute HA from CIO-based RA!!!
lst_eo();
if (!ret) {
ha = lst - from_pt.X + eo;
ha = MccAngle(lst - from_pt.X + eo).normalize<MccAngle::NORM_KIND_0_360>();
} else {
return ret;
}