From: Wolfgang Bangerth Date: Thu, 20 Oct 2005 21:31:20 +0000 (+0000) Subject: Work around a problem in gcc2.95. X-Git-Tag: v8.0.0~12967 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b99f09b163892b193d45ee0fd3dbc2c8ba95dbb;p=dealii.git Work around a problem in gcc2.95. git-svn-id: https://svn.dealii.org/trunk@11636 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe_raviart_thomas_nodal.cc b/deal.II/deal.II/source/fe/fe_raviart_thomas_nodal.cc index dccd6ec23d..60e087fed0 100644 --- a/deal.II/deal.II/source/fe/fe_raviart_thomas_nodal.cc +++ b/deal.II/deal.II/source/fe/fe_raviart_thomas_nodal.cc @@ -388,7 +388,7 @@ FE_RaviartThomasNodal::initialize_support_points (const unsigned int deg) ((d==1) ? low : high), ((d==2) ? low : high)) : - throw ExcNotImplemented()))); + throw ExcNotImplemented(), /*dummy=*/QAnisotropic(high)))); for (unsigned int k=0;kgeneralized_support_points[current++] = quadrature.point(k);