...
This commit is contained in:
@@ -115,7 +115,7 @@ public:
|
||||
|
||||
|
||||
if constexpr (mccIsEquatorialMount(PcmT::mountType)) {
|
||||
double dha_min = 0.0, dha;
|
||||
double dha_min = std::numbers::pi * 2.0, dha;
|
||||
|
||||
// find the closest pzone
|
||||
|
||||
@@ -134,7 +134,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
if (utils::isEqual(dha_min, 0.0)) { // no intersections
|
||||
if (utils::isEqual(dha_min, std::numbers::pi * 2.0)) { // no intersections
|
||||
no_intersects = true;
|
||||
cpt.X = tdata.HA + 710.0_mins; // 12h - 10min
|
||||
cpt.Y = tdata.DEC_APP;
|
||||
|
||||
Reference in New Issue
Block a user