*** empty log message ***

psblas3-submodules
Salvatore Filippone 11 years ago
parent 16b9bbea47
commit 4102452f53

@ -42,9 +42,10 @@
! desc_a - type(psb_desc_type). The communication descriptor. ! desc_a - type(psb_desc_type). The communication descriptor.
! info - integer. return code. ! info - integer. return code.
! !
subroutine psi_crea_ovr_elem(me,desc_overlap,ovr_elem,info) submodule (psi_i_mod) psi_crea_ovr_elem_impl_mod
contains
subroutine psi_crea_ovr_elem(me,desc_overlap,ovr_elem,info)
use psi_mod, psb_protect_name => psi_crea_ovr_elem
use psb_realloc_mod use psb_realloc_mod
use psb_error_mod use psb_error_mod
use psb_penv_mod use psb_penv_mod
@ -143,4 +144,5 @@ subroutine psi_crea_ovr_elem(me,desc_overlap,ovr_elem,info)
return return
end subroutine psi_crea_ovr_elem end subroutine psi_crea_ovr_elem
end submodule psi_crea_ovr_elem_impl_mod

Loading…
Cancel
Save