Fixed stupid bug in GELP interfacing.

psblas3-type-indexed
Salvatore Filippone 17 years ago
parent 28c3f90346
commit b512039f09

@ -111,7 +111,7 @@ subroutine psb_ddiagsc_bld(a,desc_a,p,upd,info)
call psb_errpush(info,name)
goto 9999
end if
call psb_gelp('n',a%pl,p%d,desc_a,info)
call psb_gelp('n',a%pl,p%d,info)
if(info /= 0) then
info=4010
ch_err='psb_dgelp'

@ -106,7 +106,7 @@ subroutine psb_zdiagsc_bld(a,desc_a,p,upd,info)
call psb_errpush(info,name)
goto 9999
end if
call psb_gelp('n',a%pl,p%d,desc_a,info)
call psb_gelp('n',a%pl,p%d,info)
if(info /= 0) then
info=4010
ch_err='psb_zgelp'

Loading…
Cancel
Save