Fix jac%cnv

pizdaint-runs
Salvatore Filippone 5 years ago
parent de75eec402
commit 8f60a49fc6

@ -59,7 +59,7 @@ subroutine mld_c_jac_smoother_cnv(sm,info,amold,vmold,imold)
if (info == psb_success_) then
if ((.not.associated(sm%pa)).and.(sm%nd%is_asb())) then
if (sm%nd%is_asb()) then
if (present(amold)) then
call sm%nd%cscnv(info,&
& mold=amold,dupl=psb_dupl_add_)

@ -59,7 +59,7 @@ subroutine mld_d_jac_smoother_cnv(sm,info,amold,vmold,imold)
if (info == psb_success_) then
if ((.not.associated(sm%pa)).and.(sm%nd%is_asb())) then
if (sm%nd%is_asb()) then
if (present(amold)) then
call sm%nd%cscnv(info,&
& mold=amold,dupl=psb_dupl_add_)

@ -59,7 +59,7 @@ subroutine mld_s_jac_smoother_cnv(sm,info,amold,vmold,imold)
if (info == psb_success_) then
if ((.not.associated(sm%pa)).and.(sm%nd%is_asb())) then
if (sm%nd%is_asb()) then
if (present(amold)) then
call sm%nd%cscnv(info,&
& mold=amold,dupl=psb_dupl_add_)

@ -59,7 +59,7 @@ subroutine mld_z_jac_smoother_cnv(sm,info,amold,vmold,imold)
if (info == psb_success_) then
if ((.not.associated(sm%pa)).and.(sm%nd%is_asb())) then
if (sm%nd%is_asb()) then
if (present(amold)) then
call sm%nd%cscnv(info,&
& mold=amold,dupl=psb_dupl_add_)

Loading…
Cancel
Save