|
|
|
@ -1613,7 +1613,7 @@ subroutine psb_c_transp_2mat(a,b)
|
|
|
|
|
info = psb_err_alloc_dealloc_
|
|
|
|
|
goto 9999
|
|
|
|
|
end if
|
|
|
|
|
call a%a%transp_2mat(b%a)
|
|
|
|
|
call a%a%transp(b%a)
|
|
|
|
|
|
|
|
|
|
call psb_erractionrestore(err_act)
|
|
|
|
|
return
|
|
|
|
@ -1694,7 +1694,7 @@ subroutine psb_c_transc_2mat(a,b)
|
|
|
|
|
info = psb_err_alloc_dealloc_
|
|
|
|
|
goto 9999
|
|
|
|
|
end if
|
|
|
|
|
call a%a%transc_2mat(b%a)
|
|
|
|
|
call a%a%transc(b%a)
|
|
|
|
|
|
|
|
|
|
call psb_erractionrestore(err_act)
|
|
|
|
|
return
|
|
|
|
|