test_ranper Subroutine

subroutine test_ranper()

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

Arguments

None

Source Code

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