From 795dc8d30ce33a251e8c4fec6388c620348acf36 Mon Sep 17 00:00:00 2001 From: Markus Buerg Date: Thu, 3 May 2012 08:29:51 +0000 Subject: [PATCH] Fixed typo. git-svn-id: https://svn.dealii.org/trunk@25481 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/numerics/vectors.templates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5