From dd36416a73b335ac482f4b2fcaefa586facc425c Mon Sep 17 00:00:00 2001 From: hartmann Date: Thu, 23 Jun 2005 08:09:09 +0000 Subject: [PATCH] Remove obsolete function argument. git-svn-id: https://svn.dealii.org/trunk@10932 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/fe/fe_q.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -- 2.39.5