00001 module interface_update_grfield 00002 implicit none 00003 interface 00004 subroutine update_grfield(pot,grfield,convf) 00005 real(8), pointer :: pot(:,:,:) 00006 real(8), pointer :: grfield(:,:,:) 00007 real(8), intent(in) :: convf 00008 end subroutine update_grfield 00009 end interface 00010 end module interface_update_grfield