Initialize INFO

newG2L
Salvatore Filippone 4 years ago
parent 9a2ea73d81
commit 3e318e1a84

@ -1033,6 +1033,7 @@ contains
! Temp vectors ! Temp vectors
type(psb_c_vect_type) :: wtemp type(psb_c_vect_type) :: wtemp
info = 0
if( allocated(w%v) ) then if( allocated(w%v) ) then
if (.not.present(aux)) then if (.not.present(aux)) then
allocate(wtemp%v, mold=w%v) allocate(wtemp%v, mold=w%v)
@ -1080,6 +1081,7 @@ contains
! Temp vectors ! Temp vectors
type(psb_c_vect_type) :: wtemp type(psb_c_vect_type) :: wtemp
info = 0
if( allocated(w%v) ) then if( allocated(w%v) ) then
if (.not.present(aux)) then if (.not.present(aux)) then
allocate(wtemp%v, mold=w%v) allocate(wtemp%v, mold=w%v)

@ -1040,6 +1040,7 @@ contains
! Temp vectors ! Temp vectors
type(psb_d_vect_type) :: wtemp type(psb_d_vect_type) :: wtemp
info = 0
if( allocated(w%v) ) then if( allocated(w%v) ) then
if (.not.present(aux)) then if (.not.present(aux)) then
allocate(wtemp%v, mold=w%v) allocate(wtemp%v, mold=w%v)
@ -1087,6 +1088,7 @@ contains
! Temp vectors ! Temp vectors
type(psb_d_vect_type) :: wtemp type(psb_d_vect_type) :: wtemp
info = 0
if( allocated(w%v) ) then if( allocated(w%v) ) then
if (.not.present(aux)) then if (.not.present(aux)) then
allocate(wtemp%v, mold=w%v) allocate(wtemp%v, mold=w%v)

@ -1040,6 +1040,7 @@ contains
! Temp vectors ! Temp vectors
type(psb_s_vect_type) :: wtemp type(psb_s_vect_type) :: wtemp
info = 0
if( allocated(w%v) ) then if( allocated(w%v) ) then
if (.not.present(aux)) then if (.not.present(aux)) then
allocate(wtemp%v, mold=w%v) allocate(wtemp%v, mold=w%v)
@ -1087,6 +1088,7 @@ contains
! Temp vectors ! Temp vectors
type(psb_s_vect_type) :: wtemp type(psb_s_vect_type) :: wtemp
info = 0
if( allocated(w%v) ) then if( allocated(w%v) ) then
if (.not.present(aux)) then if (.not.present(aux)) then
allocate(wtemp%v, mold=w%v) allocate(wtemp%v, mold=w%v)

@ -1033,6 +1033,7 @@ contains
! Temp vectors ! Temp vectors
type(psb_z_vect_type) :: wtemp type(psb_z_vect_type) :: wtemp
info = 0
if( allocated(w%v) ) then if( allocated(w%v) ) then
if (.not.present(aux)) then if (.not.present(aux)) then
allocate(wtemp%v, mold=w%v) allocate(wtemp%v, mold=w%v)
@ -1080,6 +1081,7 @@ contains
! Temp vectors ! Temp vectors
type(psb_z_vect_type) :: wtemp type(psb_z_vect_type) :: wtemp
info = 0
if( allocated(w%v) ) then if( allocated(w%v) ) then
if (.not.present(aux)) then if (.not.present(aux)) then
allocate(wtemp%v, mold=w%v) allocate(wtemp%v, mold=w%v)

Binary file not shown.
Loading…
Cancel
Save