test_discre Subroutine

subroutine test_discre()

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

Arguments

None

Source Code

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