00001 module interface_compute_wme2psi 00002 implicit none 00003 interface 00004 subroutine compute_wme2psi(pot) 00005 real(8), pointer :: pot(:,:,:) 00006 end subroutine compute_wme2psi 00007 end interface 00008 end module interface_compute_wme2psi