Avoid uninitialized warnings in CG.

scr-persistent-collective
Salvatore Filippone 6 years ago
parent 0d6b300365
commit b9c8c91022

@ -204,7 +204,7 @@ subroutine psb_ccg_vect(a,prec,b,x,eps,desc_a,info,&
istebz = 0
end if
itx=0
alpha = czero
restart: do
! =

@ -212,7 +212,7 @@ subroutine psb_dcg_vect(a,prec,b,x,eps,desc_a,info,&
end if
end if
itx=0
alpha = dzero
restart: do
! =

@ -212,7 +212,7 @@ subroutine psb_scg_vect(a,prec,b,x,eps,desc_a,info,&
end if
end if
itx=0
alpha = szero
restart: do
! =

@ -204,7 +204,7 @@ subroutine psb_zcg_vect(a,prec,b,x,eps,desc_a,info,&
istebz = 0
end if
itx=0
alpha = zzero
restart: do
! =

Loading…
Cancel
Save