test_code Subroutine

subroutine test_code()

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

Arguments

None

Source Code

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