|
|
@ -1201,7 +1201,7 @@ subroutine psb_c_cscnv(a,b,info,type,mold,upd,dupl)
|
|
|
|
|
|
|
|
|
|
|
|
call move_alloc(altmp,b%a)
|
|
|
|
call move_alloc(altmp,b%a)
|
|
|
|
call b%trim()
|
|
|
|
call b%trim()
|
|
|
|
call b%asb()
|
|
|
|
call b%set_asb()
|
|
|
|
call psb_erractionrestore(err_act)
|
|
|
|
call psb_erractionrestore(err_act)
|
|
|
|
return
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
@ -1293,8 +1293,8 @@ subroutine psb_c_cscnv_ip(a,info,type,mold,dupl)
|
|
|
|
end if
|
|
|
|
end if
|
|
|
|
|
|
|
|
|
|
|
|
call move_alloc(altmp,a%a)
|
|
|
|
call move_alloc(altmp,a%a)
|
|
|
|
call a%set_asb()
|
|
|
|
|
|
|
|
call a%trim()
|
|
|
|
call a%trim()
|
|
|
|
|
|
|
|
call a%set_asb()
|
|
|
|
call psb_erractionrestore(err_act)
|
|
|
|
call psb_erractionrestore(err_act)
|
|
|
|
return
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|