fix broken 64_to_32 conversion

This commit is contained in:
edoapra 2023-10-24 22:09:36 -07:00
parent 6caa2e253a
commit 4e376202a4
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0

View file

@ -40,7 +40,7 @@ selci_hpp.o
OBJ_OPTIMIZE = $(UOBJ) $(DVOBJ) $(CIOBJ) $(SELOBJ) $(BLAS)
#OBJ = $(UOBJ) $(DVOBJ) $(CIOBJ) $(SELOBJ) $(BLAS)
USES_BLAS = davids.F fcidim.F makeh.F makehs.F makhdb.F tester.F selci_hpp.F
USES_BLAS = davids.F fcidim.F makeh.F makehs.F makhdb.F tester.F selci_hpp.F couple.c
include ../config/makefile.h
include ../config/makelib.h