base/modules/psb_z_tools_mod.f90

 fixes for  interface problems uncovered by Cray compiler;
psblas3-type-indexed
Salvatore Filippone 14 years ago
parent 52205a2f63
commit 80690b0f28

@ -72,7 +72,7 @@ Module psb_z_tools_mod
use psb_mat_mod, only : psb_zspmat_type use psb_mat_mod, only : psb_zspmat_type
Type(psb_zspmat_type),Intent(in) :: a Type(psb_zspmat_type),Intent(in) :: a
Type(psb_zspmat_type),Intent(inout) :: blk Type(psb_zspmat_type),Intent(inout) :: blk
Type(psb_desc_type),Intent(in) :: desc_a Type(psb_desc_type),Intent(in), target :: desc_a
integer, intent(out) :: info integer, intent(out) :: info
logical, optional, intent(in) :: rowcnv,colcnv,rowscale,colscale logical, optional, intent(in) :: rowcnv,colcnv,rowscale,colscale
character(len=5), optional :: outfmt character(len=5), optional :: outfmt

Loading…
Cancel
Save