Change 24-bit hash to 22-bit hash.

This commit is contained in:
Joe Taylor
2018-06-28 11:48:42 -04:00
parent 0b8d2b620f
commit 1d0ffcfdca
8 changed files with 102 additions and 39 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ gfortran -c ../packjt.f90
gfortran -o encode77 -fbounds-check -Wall -Wno-conversion -Wno-real-q-constant \
encode77.f90 ../deg2grid.f90 ../grid2deg.f90 ../fix_contest_msg.f90 \
../to_contest_msg.f90 ../fmtmsg.f90 ../azdist.f90 ../geodist.f90 \
ihashcall.f90 hash10.f90 hash13.f90 hash24.f90 packjt.o
ihashcall.f90 hash10.f90 hash13.f90 hash22.f90 packjt.o