From: Guido Kanschat Date: Thu, 26 Jan 2006 11:16:55 +0000 (+0000) Subject: remove assertion X-Git-Tag: v8.0.0~12495 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3b3d3866cbb4f34d4af08e8f21b0df753a60909;p=dealii.git remove assertion git-svn-id: https://svn.dealii.org/trunk@12180 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fe/rtn_2.cc b/tests/fe/rtn_2.cc index 56b4fb6fe1..15301ab588 100644 --- a/tests/fe/rtn_2.cc +++ b/tests/fe/rtn_2.cc @@ -2,7 +2,7 @@ // rtn_2.cc,v 1.3 2003/06/09 16:00:38 wolf Exp // Version: // -// Copyright (C) 2003, 2005 by the deal.II authors +// Copyright (C) 2003, 2005, 2006 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -52,8 +52,6 @@ plot_shape_functions(const unsigned int degree) FEValues fe(fe_rt, q, update_values|update_gradients|update_q_points); fe.reinit(c); - Assert (fe.get_fe().n_components() == dim, ExcInternalError()); - for (unsigned int q_point=0; q_point(q_trapez,div).n_quadrature_points == 0)