00001 subroutine copy_alph_from_mpt(impt) 00002 use grid_parameter, only : nrg, ntg, npg 00003 use def_metric, only : alph 00004 use def_metric_mpt, only : alph_ 00005 use copy_array_4dto3d_mpt 00006 implicit none 00007 integer :: impt 00008 ! 00009 call copy_array4dto3d_mpt(impt, alph_, alph, 0, nrg, 0, ntg, 0, npg) 00010 ! 00011 end subroutine copy_alph_from_mpt