From: Timo Heister Date: Mon, 2 Mar 2015 12:35:54 +0000 (-0500) Subject: Merge pull request #627 from kronbichler/master X-Git-Tag: v8.3.0-rc1~399 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19fd13d82ed56f6bcd4d81954b2638e1bdfe9b8a;p=dealii.git Merge pull request #627 from kronbichler/master Fix compiler warnings with clang 3.6. Comparing the address of a reference to an object with the zero pointer like in &dof_handler.get_fe() != 0 will always evaluate to true. Thus, these assertions do not make sense and clang rightfully complains. --- 19fd13d82ed56f6bcd4d81954b2638e1bdfe9b8a