test_move Subroutine

subroutine test_move()

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

Arguments

None

Source Code

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