Fix uninitialized info

newG2L
Salvatore Filippone 4 years ago
parent 76900aedff
commit 4f1b568b99

@ -116,6 +116,7 @@ contains
integer(psb_c_ipk_) :: ixb, info integer(psb_c_ipk_) :: ixb, info
res = -1 res = -1
info = 0
if (c_associated(cdh%item)) then if (c_associated(cdh%item)) then
call c_f_pointer(cdh%item,descp) call c_f_pointer(cdh%item,descp)
else else

@ -116,6 +116,7 @@ contains
integer(psb_c_ipk_) :: ixb, info integer(psb_c_ipk_) :: ixb, info
res = -1 res = -1
info = 0
if (c_associated(cdh%item)) then if (c_associated(cdh%item)) then
call c_f_pointer(cdh%item,descp) call c_f_pointer(cdh%item,descp)
else else

@ -116,6 +116,7 @@ contains
integer(psb_c_ipk_) :: ixb, info integer(psb_c_ipk_) :: ixb, info
res = -1 res = -1
info = 0
if (c_associated(cdh%item)) then if (c_associated(cdh%item)) then
call c_f_pointer(cdh%item,descp) call c_f_pointer(cdh%item,descp)
else else

@ -116,6 +116,7 @@ contains
integer(psb_c_ipk_) :: ixb, info integer(psb_c_ipk_) :: ixb, info
res = -1 res = -1
info = 0
if (c_associated(cdh%item)) then if (c_associated(cdh%item)) then
call c_f_pointer(cdh%item,descp) call c_f_pointer(cdh%item,descp)
else else

Loading…
Cancel
Save