00001 module interface_helmholtz_solver_binary_bhex_homosol 00002 implicit none 00003 interface 00004 subroutine helmholtz_solver_binary_bhex_homosol(fnc,sou,pot) 00005 real(8), pointer :: pot(:,:,:), sou(:,:,:), fnc(:,:,:) 00006 end subroutine helmholtz_solver_binary_bhex_homosol 00007 end interface 00008 end module interface_helmholtz_solver_binary_bhex_homosol