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