00001 ! weight for numerical integration using mid-point rule 00002 !______________________________________________ 00003 subroutine allocate_weight_midpoint_binary_excision_mpt 00004 use weight_midpoint_binary_excision_mpt 00005 use phys_constant, only : nmpt 00006 use grid_parameter, only : nrg, ntg, npg 00007 use make_array_3d 00008 use make_array_4d 00009 implicit none 00010 ! weight binary excision 00011 call alloc_array4d(hwrtpg_ex_, 1, nrg, 1, ntg, 1, npg, 1, nmpt) 00012 call alloc_array3d(hwtpg_ex_, 1, ntg, 1, npg, 1, nmpt) 00013 ! 00014 end subroutine allocate_weight_midpoint_binary_excision_mpt