00001 module interface_interpo_patch_to_active_patch_mpt 00002 implicit none 00003 interface 00004 subroutine interpo_patch_to_active_patch_mpt(fnc,cfn,ra,tha,phia) 00005 real(8), pointer :: fnc(:,:,:) 00006 real(8), intent(out) :: cfn 00007 real(8), intent(in) :: ra, tha, phia 00008 end subroutine interpo_patch_to_active_patch_mpt 00009 end interface 00010 end module interface_interpo_patch_to_active_patch_mpt