missed one blas file

This commit is contained in:
Edoardo Apra 2015-10-22 05:29:56 +00:00
parent 5ea10cdf8a
commit 119899f104
2 changed files with 2 additions and 2 deletions

View file

@ -234,7 +234,7 @@ endif
USES_BLAS = util.fh ga_it_lsolve.F ga_maxelt.F ga_mix.F ga_iter_diag.F \
ga_orthog.F dabsmax.F ga_normf.F corr_mk_ref.F ga_it2.F ga_lkain_ext.F util_file_name.F dgefa.f util_patch_test.F stpr_sjacobi.F util_dgeev.F \
util_test_cholesky.F
util_test_cholesky.F dfill.F ga_lkain_2cpl3_ext.F ga_it2.F
ifdef SPEECH
LIB_DEFINES += -DSPEECH

View file

@ -5,7 +5,7 @@ C> The DCOPY call that implements this routine is the preferred
C> initialization mechanism for performance reasons.
C>
subroutine dfill(n,val,a,ia)
C$Id$
C$Id: dfill.f 26932 2015-03-09 23:07:47Z d3y133 $
implicit none
integer n, ia
double precision val, a(*)