Fix missing deallocate on tmpn.

psblas3-type-indexed
Salvatore Filippone 19 years ago
parent 41260094dc
commit 432e910566

@ -52,6 +52,7 @@ subroutine psb_dneigh(a,idx,neigh,n,info,lev)
n=n+nn
end if
end do
deallocate(tmpn)
end if
call psb_erractionrestore(err_act)

Loading…
Cancel
Save