00001 module interface_vol_int_grav_bhex 00002 implicit none 00003 interface 00004 subroutine vol_int_grav_bhex(sou,vol,irg_vol) 00005 real(8), pointer :: sou(:,:,:) 00006 real(8), intent(out) :: vol 00007 integer, intent(in) :: irg_vol 00008 end subroutine vol_int_grav_bhex 00009 end interface 00010 end module interface_vol_int_grav_bhex