From d4318f4646a799bb122ef4bd4e2db0a87883bcc2 Mon Sep 17 00:00:00 2001 From: edoapra Date: Tue, 24 Oct 2023 21:50:43 -0700 Subject: [PATCH] fix broken 64_to_32 conversion --- src/stepper/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stepper/GNUmakefile b/src/stepper/GNUmakefile index 30ffb03dac..dae21aee2c 100644 --- a/src/stepper/GNUmakefile +++ b/src/stepper/GNUmakefile @@ -21,7 +21,7 @@ LIBRARY = libstepper.a LIB_TARGETS = - USES_BLAS = stpr_driver.F stpr_mkstep.F stpr_partit.F + USES_BLAS = stpr_driver.F stpr_mkstep.F stpr_partit.F stpr_gh_at.F include ../config/makefile.h include ../config/makelib.h