From 76be5b2a02ad1c25dc2a6154c548abb4ceb408fc Mon Sep 17 00:00:00 2001 From: edoapra Date: Tue, 24 Oct 2023 22:34:03 -0700 Subject: [PATCH] fix broken 64_to_32 conversion --- src/cckohn/GNUmakefile | 2 +- src/cckohn/bessel/GNUmakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cckohn/GNUmakefile b/src/cckohn/GNUmakefile index 6cebc52131..2a67deee47 100644 --- a/src/cckohn/GNUmakefile +++ b/src/cckohn/GNUmakefile @@ -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 diff --git a/src/cckohn/bessel/GNUmakefile b/src/cckohn/bessel/GNUmakefile index 8507a7efa3..b5a4f26511 100644 --- a/src/cckohn/bessel/GNUmakefile +++ b/src/cckohn/bessel/GNUmakefile @@ -9,7 +9,7 @@ OBJ_OPTIMIZE = LIBRARY = libcckohn.a -USES_BLAS = +USES_BLAS = ubesplg.F include ../../config/makefile.h include ../../config/makelib.h