00001 module interface_update_surface
00002 implicit none
00003 interface
00004 subroutine update_surface(potrs,rsnew,convf)
00005 real(8), pointer :: potrs(:,:)
00006 real(8), pointer :: rsnew(:,:)
00007 real(8), intent(in) :: convf
00008 end subroutine update_surface
00009 end interface
00010 end module interface_update_surface