mld2p4-2:

mlprec/mld_c_diag_solver.f90
 mlprec/mld_d_diag_solver.f90
 mlprec/mld_s_diag_solver.f90
 mlprec/mld_z_diag_solver.f90

Fix diag%free: guard call to dv%free.
stopcriterion
Salvatore Filippone 9 years ago
parent 3c6fc5d14d
commit c631b77eb0

@ -182,8 +182,8 @@ contains
call psb_erractionsave(err_act)
info = psb_success_
call sv%dv%free(info)
if (allocated(sv%dv)) call sv%dv%free(info)
if (allocated(sv%d)) then
deallocate(sv%d,stat=info)
if (info /= psb_success_) then

@ -182,8 +182,8 @@ contains
call psb_erractionsave(err_act)
info = psb_success_
call sv%dv%free(info)
if (allocated(sv%dv)) call sv%dv%free(info)
if (allocated(sv%d)) then
deallocate(sv%d,stat=info)
if (info /= psb_success_) then

@ -182,8 +182,8 @@ contains
call psb_erractionsave(err_act)
info = psb_success_
call sv%dv%free(info)
if (allocated(sv%dv)) call sv%dv%free(info)
if (allocated(sv%d)) then
deallocate(sv%d,stat=info)
if (info /= psb_success_) then

@ -182,8 +182,8 @@ contains
call psb_erractionsave(err_act)
info = psb_success_
call sv%dv%free(info)
if (allocated(sv%dv)) call sv%dv%free(info)
if (allocated(sv%d)) then
deallocate(sv%d,stat=info)
if (info /= psb_success_) then

Loading…
Cancel
Save