00001 module interface_source_circ_surf_peos 00002 implicit none 00003 interface 00004 subroutine source_circ_surf_peos(cline, ia, ib, souf) 00005 character(len=2), intent(in) :: cline 00006 integer, intent(in) :: ia, ib 00007 real(8), pointer :: souf(:,:) 00008 end subroutine source_circ_surf_peos 00009 end interface 00010 end module interface_source_circ_surf_peos