]> https://gitweb.dealii.org/ - dealii-svn.git/commit
Bugfix: Fix a meaningless comparison
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 3 Jul 2013 09:01:44 +0000 (09:01 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 3 Jul 2013 09:01:44 +0000 (09:01 +0000)
commitd222a8ac4af1de61c34a83b7e4788c6a739999a7
tree7ae528d953f847f2fb287605e1108f1534c026eb
parent0cf076aeb12b2425deff0e5b9b0ff7b0a863e3b0
Bugfix: Fix a meaningless comparison

"i != -1", where i is an unsigned int is always true - there is no implicit
cast of '-1' to unsigned char. It has to read "i != (unsigned char) -1"

git-svn-id: https://svn.dealii.org/trunk@29922 0785d39b-7218-0410-832d-ea1e28bc413d
deal.II/include/deal.II/grid/tria_accessor.h

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.