Fixed spurious call to geterrstatus in the wrong position.

psblas3-type-indexed
Salvatore Filippone 17 years ago
parent 61c682eebc
commit 939fe439e4

@ -105,10 +105,7 @@ program ppde
integer :: info integer :: info
character(len=20) :: name,ch_err character(len=20) :: name,ch_err
if(psb_get_errstatus() /= 0) goto 9999
info=0 info=0
name='pde90'
call psb_set_errverbosity(2)
call psb_init(ictxt) call psb_init(ictxt)
@ -119,6 +116,9 @@ program ppde
call psb_exit(ictxt) call psb_exit(ictxt)
stop stop
endif endif
if(psb_get_errstatus() /= 0) goto 9999
name='pde90'
call psb_set_errverbosity(2)
! !
! get parameters ! get parameters

Loading…
Cancel
Save