Fix AS%FREE()

savebcmatch
Salvatore Filippone 4 years ago
parent 6dddaaa77b
commit 1fa94d0372

@ -61,6 +61,7 @@ subroutine amg_c_as_smoother_free(sm,info)
end if end if
end if end if
call sm%nd%free() call sm%nd%free()
call sm%desc_data%free(info)
call psb_erractionrestore(err_act) call psb_erractionrestore(err_act)
return return

@ -61,6 +61,7 @@ subroutine amg_d_as_smoother_free(sm,info)
end if end if
end if end if
call sm%nd%free() call sm%nd%free()
call sm%desc_data%free(info)
call psb_erractionrestore(err_act) call psb_erractionrestore(err_act)
return return

@ -61,6 +61,7 @@ subroutine amg_s_as_smoother_free(sm,info)
end if end if
end if end if
call sm%nd%free() call sm%nd%free()
call sm%desc_data%free(info)
call psb_erractionrestore(err_act) call psb_erractionrestore(err_act)
return return

@ -61,6 +61,7 @@ subroutine amg_z_as_smoother_free(sm,info)
end if end if
end if end if
call sm%nd%free() call sm%nd%free()
call sm%desc_data%free(info)
call psb_erractionrestore(err_act) call psb_erractionrestore(err_act)
return return

Loading…
Cancel
Save