From: buerg Date: Thu, 3 May 2012 08:29:51 +0000 (+0000) Subject: Fixed typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee3fbde2d42c0d49ff870e0d16f38ebed35eb6f2;p=dealii-svn.git Fixed typo. git-svn-id: https://svn.dealii.org/trunk@25481 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/numerics/vectors.templates.h b/deal.II/include/deal.II/numerics/vectors.templates.h index f162e74278..2fb9e657db 100644 --- a/deal.II/include/deal.II/numerics/vectors.templates.h +++ b/deal.II/include/deal.II/numerics/vectors.templates.h @@ -3148,7 +3148,7 @@ namespace VectorTools // element. If the FE // is a FESystem, we // cannot check this. - if (dynamic_cast*> (&cell->get_fe ()) != 0) { + if (dynamic_cast*> (&cell->get_fe ()) == 0) { typedef FiniteElement FEL; AssertThrow (dynamic_cast*> (&cell->get_fe ()) != 0,