00001 module interface_copy_to_hgfn_and_gfnsf
00002 implicit none
00003 interface
00004 subroutine copy_to_hgfn_and_gfnsf(hgfn_bc,gfnsf_bc)
00005 real(8), pointer :: hgfn_bc(:,:,:), gfnsf_bc(:,:,:)
00006 end subroutine copy_to_hgfn_and_gfnsf
00007 end interface
00008 end module interface_copy_to_hgfn_and_gfnsf