Fix uninitialized info

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

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

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

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

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

Loading…
Cancel
Save