cds-astro / cds-healpix-java

The CDS HEALPix library in Java
BSD 3-Clause "New" or "Revised" License
9 stars 9 forks source link

Use long not int arithmetic in an assertion #8

Closed mbtaylor closed 4 years ago

mbtaylor commented 4 years ago

In some cases hash calculation could fail spuriously with an AssertionError like "50325159 <= -2147483648". Modify the literals so that the arithmetic is carried out using 64 bits not 32 bits.