|
|
|
@ -997,24 +997,6 @@ Contains
|
|
|
|
|
goto 9999
|
|
|
|
|
end if
|
|
|
|
|
|
|
|
|
|
!!$ If (len > psb_size(v)) Then
|
|
|
|
|
!!$ if (present(newsz)) then
|
|
|
|
|
!!$ isz = (max(len+1,newsz))
|
|
|
|
|
!!$ else
|
|
|
|
|
!!$ if (present(addsz)) then
|
|
|
|
|
!!$ isz = len+max(1,addsz)
|
|
|
|
|
!!$ else
|
|
|
|
|
!!$ isz = max(len+10, int(1.25*len))
|
|
|
|
|
!!$ endif
|
|
|
|
|
!!$ endif
|
|
|
|
|
!!$
|
|
|
|
|
!!$ call psb_realloc(isz,v,info,pad=pad)
|
|
|
|
|
!!$ if (info /= psb_success_) then
|
|
|
|
|
!!$ info=psb_err_from_subroutine_
|
|
|
|
|
!!$ call psb_errpush(info,name,a_err='psb_realloc')
|
|
|
|
|
!!$ goto 9999
|
|
|
|
|
!!$ End If
|
|
|
|
|
!!$ end If
|
|
|
|
|
isz = psb_size(v)
|
|
|
|
|
If (len > isz) Then
|
|
|
|
|
#if defined(OPENMP)
|
|
|
|
|