From: hartmann Date: Thu, 23 Jun 2005 08:09:09 +0000 (+0000) Subject: Remove obsolete function argument. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd36416a73b335ac482f4b2fcaefa586facc425c;p=dealii-svn.git Remove obsolete function argument. git-svn-id: https://svn.dealii.org/trunk@10932 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe_q.cc b/deal.II/deal.II/source/fe/fe_q.cc index 054f9114cf..146bebb623 100644 --- a/deal.II/deal.II/source/fe/fe_q.cc +++ b/deal.II/deal.II/source/fe/fe_q.cc @@ -182,8 +182,7 @@ namespace FE_Q_Helper inline Point<1> generate_face_unit_point (const unsigned int i, - const unsigned int N, - const int2type<1> ) + const unsigned int N) { Assert (i::initialize_constraints () // face. the function we call // takes care of all this const Point p_face - = FE_Q_Helper::generate_face_unit_point (i, n_small_functions, - FE_Q_Helper::int2type()); + = FE_Q_Helper::generate_face_unit_point (i, n_small_functions); // evaluate the big face // shape function at this