From c9c6d623ca7d5d66ce6a0bbca5795aaff789b569 Mon Sep 17 00:00:00 2001 From: edoapra Date: Tue, 24 Oct 2023 21:48:10 -0700 Subject: [PATCH] fix broken 64_to_32 conversion --- src/dimqm/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dimqm/GNUmakefile b/src/dimqm/GNUmakefile index 4394a60144..74f8d2967e 100644 --- a/src/dimqm/GNUmakefile +++ b/src/dimqm/GNUmakefile @@ -30,7 +30,7 @@ LIB_INCLUDES = -I../nwdft/include -I../ddscf -I../util -I../nwdft/grid -I../NWints/hondo -USES_BLAS = qmr_real.F dimqm_main.F +USES_BLAS = qmr_real.F dimqm_main.F CubicSpline.F dim_elfcon.F dim_elfder.F dim_tabcd.F qmr_complex.F qmr_seed_complex.F qmr_seed_real.F seeded_qmr_complex.F seeded_qmr_real.F seeded_qmr_real_augment.F HEADERS = dimqm.fh dimqm_constants.fh