diff options
Diffstat (limited to 'src/projections')
| -rw-r--r-- | src/projections/healpix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projections/healpix.cpp b/src/projections/healpix.cpp index 6f34f9f0..3aa22807 100644 --- a/src/projections/healpix.cpp +++ b/src/projections/healpix.cpp @@ -416,7 +416,7 @@ static CapMap get_cap(double x, double y, int north_square, int south_square, } else { capmap.cn = north_square; } - } else if (capmap.region == CapMap::south) { + } else /* if (capmap.region == CapMap::south) */ { if (y <= x + M_FORTPI + EPS && y > -x - 5*M_FORTPI + EPS) { capmap.cn = (south_square + 1) % 4; } else if (y < x + M_FORTPI - EPS && y <= -x - 5*M_FORTPI + EPS) { |
