00001 module interface_bh_boundary_CF
00002   implicit none
00003   interface 
00004     subroutine bh_boundary_CF(sou_surf,dsou_surf,char_mp)
00005       real(8), pointer :: sou_surf(:,:), dsou_surf(:,:)
00006       character(len=4), intent(in) :: char_mp
00007     end subroutine bh_boundary_CF
00008   end interface
00009 end module interface_bh_boundary_CF