test_chsran Subroutine

subroutine test_chsran()

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

Arguments

None

Source Code

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