Fixed ajj not being real(kind(1.d0)).

psblas3-type-indexed
Salvatore Filippone 19 years ago
parent d2afa63600
commit aedef1ef01

@ -120,7 +120,7 @@ c
* ib(*), jb(*), diagb,
* ic(*), jc(*), diagc
c
real(kind(1.d0)) a(*), b(*), c(*), temp(*)
real(kind(1.d0)) a(*), b(*), c(*), temp(*),ajj
c
c numeric matrix multiply c=a*b
c

Loading…
Cancel
Save