00001 module interface_update_matter
00002 implicit none
00003 interface
00004 subroutine update_matter(potf,mtfield,convf)
00005 real(8), pointer :: potf(:,:,:)
00006 real(8), pointer :: mtfield(:,:,:)
00007 real(8), intent(in) :: convf
00008 end subroutine update_matter
00009 end interface
00010 end module interface_update_matter