fix broken 64_to_32 conversion

This commit is contained in:
edoapra 2023-10-24 22:34:03 -07:00
parent c22ab4b50e
commit 76be5b2a02
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ OBJ = cckohn.o cckohn_input.o cknew.o obftrans.o hbftrans.o \
bforthog.o fforth1.o fforth2.o denom.o top.o
OBJ_OPTIMIZE =
USES_BLAS =
USES_BLAS = cknew.F
SUBDIRS = bessel

View file

@ -9,7 +9,7 @@ OBJ_OPTIMIZE =
LIBRARY = libcckohn.a
USES_BLAS =
USES_BLAS = ubesplg.F
include ../../config/makefile.h
include ../../config/makelib.h