]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
fix bug in conformity
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 18 Apr 2007 00:06:02 +0000 (00:06 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 18 Apr 2007 00:06:02 +0000 (00:06 +0000)
git-svn-id: https://svn.dealii.org/trunk@14627 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/fe_base.h

index b392e03c46f500ad1c48f4233ef51975c325be56..3dde6c1b7d2029fd7f4617ba7ec6944f8350745a 100644 (file)
@@ -774,7 +774,7 @@ inline
 bool
 FiniteElementData<dim>::conforms (Conformity space) const
 {
-  return ((space & conforming_space) != 0);
+  return ((space & conforming_space) == space);
 }
 
 

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.