]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fixed typo.
authorbuerg <buerg@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 3 May 2012 08:29:51 +0000 (08:29 +0000)
committerbuerg <buerg@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 3 May 2012 08:29:51 +0000 (08:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@25481 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/numerics/vectors.templates.h

index f162e7427838a202b949be63571806926b3be668..2fb9e657dba445af3edcc0fac429414bcbeb3cdc 100644 (file)
@@ -3148,7 +3148,7 @@ namespace VectorTools
                                                      // element. If the FE
                                                      // is a FESystem, we
                                                      // cannot check this.
-                    if (dynamic_cast<const FESystem<dim>*> (&cell->get_fe ()) != 0) {
+                    if (dynamic_cast<const FESystem<dim>*> (&cell->get_fe ()) == 0) {
                       typedef FiniteElement<dim> FEL;
                       AssertThrow (dynamic_cast<const FE_Nedelec<dim>*> (&cell->get_fe ()) != 0,
 

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.