00001
00002
00003 subroutine copy_weight_midpoint_binary_excision_from_mpt(impt)
00004 use grid_parameter, only : nrg, ntg, npg
00005 use weight_midpoint_binary_excision
00006 use weight_midpoint_binary_excision_mpt
00007 use copy_array_3dto2d_mpt
00008 use copy_array_4dto3d_mpt
00009 implicit none
00010 integer :: impt
00011
00012 call copy_array4dto3d_mpt(impt,hwrtpg_ex_,hwrtpg_ex,1,nrg,1,ntg,1,npg)
00013 call copy_array3dto2d_mpt(impt,hwtpg_ex_, hwtpg_ex, 1,ntg,1,npg)
00014
00015 end subroutine copy_weight_midpoint_binary_excision_from_mpt