]> https://gitweb.dealii.org/ - dealii.git/commit
Bugfix: Fix a meaningless comparison
authorMatthias Maier <tamiko@kyomu.43-1.org>
Wed, 3 Jul 2013 09:01:44 +0000 (09:01 +0000)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Wed, 3 Jul 2013 09:01:44 +0000 (09:01 +0000)
commit20a574e88902c1bf14d747ebae7e8717422ee38c
treeed59efab979b10b02082629565a6b9d0d85f75d2
parentd7b66956cd4073f79d2daf9b44ae553a79d46eea
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.