mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 21:55:30 -04:00
fix broken 64_to_32 conversion
This commit is contained in:
parent
c22ab4b50e
commit
76be5b2a02
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ OBJ_OPTIMIZE =
|
|||
|
||||
LIBRARY = libcckohn.a
|
||||
|
||||
USES_BLAS =
|
||||
USES_BLAS = ubesplg.F
|
||||
|
||||
include ../../config/makefile.h
|
||||
include ../../config/makelib.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue