test_sortp Subroutine

subroutine test_sortp()

call unit_check(‘sortp’, 0.eq.0, ‘checking’,100)

Arguments

None

Source Code

subroutine test_sortp()
   call unit_check_start('sortp',msg='')
   !!call unit_check('sortp', 0.eq.0, 'checking',100)
   call unit_check_done('sortp',msg='')
end subroutine test_sortp