00001 module interface_adjust_copy_trpPunc_from_mpt
00002 implicit none
00003 interface
00004 subroutine adjust_copy_trpPunc_from_mpt(niq,msec_x)
00005 integer :: niq
00006 real(8) :: msec_x(niq)
00007 end subroutine adjust_copy_trpPunc_from_mpt
00008 end interface
00009 end module interface_adjust_copy_trpPunc_from_mpt