00001 subroutine copy_def_horizon_to_mpt(impt)
00002 use grid_parameter, only : ntg, npg
00003 use def_horizon
00004 use def_horizon_mpt
00005 use copy_array_2dto3d_mpt
00006 implicit none
00007 integer :: impt
00008
00009 call copy_array2dto3d_mpt(impt, ahz, ahz_, 0, ntg, 0, npg)
00010
00011 end subroutine copy_def_horizon_to_mpt