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