|
|
@ -428,7 +428,7 @@ subroutine psb_calloc_multivect(x, desc_a,info,n)
|
|
|
|
implicit none
|
|
|
|
implicit none
|
|
|
|
|
|
|
|
|
|
|
|
!....parameters...
|
|
|
|
!....parameters...
|
|
|
|
type(psb_c_multivect_type), allocatable, intent(out) :: x
|
|
|
|
type(psb_c_multivect_type), intent(out) :: x
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
integer(psb_ipk_),intent(out) :: info
|
|
|
|
integer(psb_ipk_),intent(out) :: info
|
|
|
|
integer(psb_ipk_), optional, intent(in) :: n
|
|
|
|
integer(psb_ipk_), optional, intent(in) :: n
|
|
|
|