From 4e376202a4ff5af72a09d149bf1504665ea834a0 Mon Sep 17 00:00:00 2001 From: edoapra Date: Tue, 24 Oct 2023 22:09:36 -0700 Subject: [PATCH] fix broken 64_to_32 conversion --- src/selci/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/selci/GNUmakefile b/src/selci/GNUmakefile index a2ae9b43ce..9659367e9f 100644 --- a/src/selci/GNUmakefile +++ b/src/selci/GNUmakefile @@ -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