Fix default error action.

psblas3-type-indexed
Salvatore Filippone 18 years ago
parent 8bdab1f1de
commit 4bbd34c3cd

@ -74,7 +74,7 @@ subroutine psb_glob_to_loc2(x,y,desc_a,info,iact,owned)
if (present(iact)) then if (present(iact)) then
act=iact act=iact
else else
act='A' act='I'
endif endif
act = toupper(act) act = toupper(act)
if (present(owned)) then if (present(owned)) then
@ -198,7 +198,7 @@ subroutine psb_glob_to_loc(x,desc_a,info,iact,owned)
if (present(iact)) then if (present(iact)) then
act=iact act=iact
else else
act='A' act='I'
endif endif
if (present(owned)) then if (present(owned)) then
owned_=owned owned_=owned

Loading…
Cancel
Save