00001 module interface_calc_gradvep_export
00002 implicit none
00003 interface
00004 subroutine calc_gradvep_export(potf,potxf,potyf,potzf,rs)
00005 real(8), pointer :: potf(:,:,:), potxf(:,:,:), potyf(:,:,:), potzf(:,:,:), rs(:,:)
00006 end subroutine calc_gradvep_export
00007 end interface
00008 end module interface_calc_gradvep_export