mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
fix broken 64_to_32 conversion
This commit is contained in:
parent
3758d74ea2
commit
c22ab4b50e
2 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,7 @@
|
|||
USES_BLAS = ao_fock_2e.F ao_replicated.F fock_2e_file.F fock_2e_slab.F int2e_file.F \
|
||||
movecs_lock.F movecs_phase.F riscf_fock.F riscf_trans.F rohf_diis.F \
|
||||
rohf_k2cf.F scf_movecs.F scf_vec_guess.F uhf.F movecs_frag.F localize.F fock_2e.F \
|
||||
fock_2e_cam.F int_1e_ga.F movecs_rotate.F vectors.F ga_get2eri.F cosmo_fock.F fast/cheby.F
|
||||
fock_2e_cam.F int_1e_ga.F movecs_rotate.F vectors.F ga_get2eri.F cosmo_fock.F
|
||||
|
||||
HEADERS = schwarz.fh cscfps.fh cfock.fh cscf.fh cint2efile.fh cfockmul.fh crohf.fh cosmo.fh cuhf.fh frozemb.fh
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ ifdef TESTING
|
|||
OBJ_OPTIMIZE =
|
||||
endif
|
||||
|
||||
USES_BLAS = potential.F pot_shell.F fmm.F newfmm.F testfmm.F cart_trans.F xlm_poles.F fastj.F solver.F
|
||||
USES_BLAS = potential.F pot_shell.F fmm.F newfmm.F testfmm.F cart_trans.F xlm_poles.F fastj.F solver.F cheby.F
|
||||
|
||||
LIB_TARGETS = solver testcheby testcarttrans testfmm
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue