00001 module interface_sourceterm_exsurf_eqm_binary_parity 00002 implicit none 00003 interface 00004 subroutine sourceterm_exsurf_eqm_binary_parity(fnc,sou_ex,dsou_ex,par) 00005 real(8), pointer :: fnc(:,:,:), sou_ex(:,:), dsou_ex(:,:) 00006 real(8), intent(in) :: par 00007 end subroutine sourceterm_exsurf_eqm_binary_parity 00008 end interface 00009 end module interface_sourceterm_exsurf_eqm_binary_parity