|
|
|
|
@ -269,12 +269,8 @@ subroutine psb_cgcr_vect(a,prec,b,x,eps,desc_a,info,&
|
|
|
|
|
goto 9999
|
|
|
|
|
end if
|
|
|
|
|
|
|
|
|
|
call psb_init_conv(methdname,istop_,itrace_,itmax_,a,b,eps,desc_a,stopdat,info)
|
|
|
|
|
! if (info /= psb_success_) Then
|
|
|
|
|
! call psb_errpush(psb_err_from_subroutine_non_,name)
|
|
|
|
|
! goto 9999
|
|
|
|
|
! End If
|
|
|
|
|
|
|
|
|
|
if (psb_check_conv(methdname,itx,x,r,desc_a,stopdat,info)) exit restart
|
|
|
|
|
|
|
|
|
|
nrst = nrst + 1
|
|
|
|
|
|
|
|
|
|
iteration: do
|
|
|
|
|
|