00001 subroutine copy_grid_numbers_grav_from_mpt(impt) 00002 use grid_parameter, only : nrg, ntg, npg 00003 use grid_parameter_mpt, only : grid_param_int_ 00004 implicit none 00005 integer :: i, impt 00006 ! 00007 i=0 00008 i=i+1; nrg = grid_param_int_(i,impt) 00009 i=i+1; ntg = grid_param_int_(i,impt) 00010 i=i+1; npg = grid_param_int_(i,impt) 00011 ! 00012 end subroutine copy_grid_numbers_grav_from_mpt