...
This commit is contained in:
@@ -288,7 +288,10 @@ public:
|
||||
auto cos_ha = (_sinAlim - sinDec * _sinLat) / cosDec / _cosLat;
|
||||
|
||||
if (cos_ha > 1.0) { // no intersection
|
||||
// compute culmination points?
|
||||
point->pair_kind = MccCoordPairKind::COORDS_KIND_GENERIC;
|
||||
point->X = std::numeric_limits<double>::quiet_NaN();
|
||||
point->Y = std::numeric_limits<double>::quiet_NaN();
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user