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