]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove assertion
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 26 Jan 2006 11:16:55 +0000 (11:16 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 26 Jan 2006 11:16:55 +0000 (11:16 +0000)
git-svn-id: https://svn.dealii.org/trunk@12180 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/rtn_2.cc

index 56b4fb6fe13f1cbb51b0f396afa4486049626756..15301ab5882e070462e3f9e53362c27abab0c7df 100644 (file)
@@ -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<dim> 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.n_quadrature_points; ++q_point)
     {
       if (q_point % QIterated<1>(q_trapez,div).n_quadrature_points == 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.