00001 module interface_compute_shift_v2
00002   implicit none
00003   interface 
00004     subroutine compute_shift_v2(Bfun,potx,poty,potz)
00005       real(8), pointer :: Bfun(:,:,:), potx(:,:,:), poty(:,:,:), potz(:,:,:) 
00006     end subroutine compute_shift_v2
00007   end interface
00008 end module interface_compute_shift_v2