]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix trivial bug.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 6 May 1998 14:10:29 +0000 (14:10 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 6 May 1998 14:10:29 +0000 (14:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@256 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_values.cc

index eca2ef337d8f87b4c0ba8e8ef1c2ef48685c41eb..8961ac24f002a11ed7721f591b481f42606c40a5 100644 (file)
@@ -402,7 +402,7 @@ FESubfaceValues<dim>::FESubfaceValues (const FiniteElement<dim> &fe,
                                       2*dim*(1<<(dim-1)),
                                       update_flags)
 {
-  Assert ((update_flags | update_ansatz_points) == false,
+  Assert ((update_flags & update_ansatz_points) == false,
          ExcInvalidUpdateFlag());
   
   unit_face_quadrature_points = quadrature.get_quad_points();

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.