]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Work around a problem in gcc2.95.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 20 Oct 2005 21:31:20 +0000 (21:31 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 20 Oct 2005 21:31:20 +0000 (21:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@11636 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_raviart_thomas_nodal.cc

index dccd6ec23d258ed6a7bc067d5dad7148ca9a6adf..60e087fed059e09b7f038b81ba87cf98db87e377 100644 (file)
@@ -388,7 +388,7 @@ FE_RaviartThomasNodal<dim>::initialize_support_points (const unsigned int deg)
                                         ((d==1) ? low : high),
                                         ((d==2) ? low : high))
                       :
-                      throw ExcNotImplemented())));
+                      throw ExcNotImplemented(), /*dummy=*/QAnisotropic<dim>(high))));
       
       for (unsigned int k=0;k<quadrature.n_quadrature_points;++k)
        this->generalized_support_points[current++] = quadrature.point(k);

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.