]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix fe/fe_nedelec_sz_non_rect_2d
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Wed, 9 May 2018 10:27:19 +0000 (12:27 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Wed, 9 May 2018 10:27:19 +0000 (12:27 +0200)
tests/fe/fe_nedelec_sz_non_rect_2d.cc

index 028b4c949ce45be1217291923c47477e99484278..94567fab403b3ed7e9feec7116ead2d73bd03558 100644 (file)
@@ -78,7 +78,7 @@ namespace polytest
   class SimplePolynomial : public Function<dim>
   {
   public:
-    SimplePolynomial() : Function<dim>() {}
+    SimplePolynomial() : Function<dim>(2) {}
     void vector_value_list (const std::vector<Point<dim> > &points,
                             std::vector<Vector<double> >   &values) const;
 

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.