00001 module interface_sourceterm_MoC
00002 implicit none
00003 interface
00004 subroutine sourceterm_MoC(souvec,sou)
00005 real(8), pointer :: sou(:,:,:)
00006 real(8), pointer :: souvec(:,:,:,:)
00007 end subroutine sourceterm_MoC
00008 end interface
00009 end module interface_sourceterm_MoC