]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove obsolete function argument.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 23 Jun 2005 08:09:09 +0000 (08:09 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 23 Jun 2005 08:09:09 +0000 (08:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@10932 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_q.cc

index 054f9114cf09fc1128dc325815bca506bbe0e5ad..146bebb623ec690ab8af42f3fb02dd87249cb339 100644 (file)
@@ -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<N, ExcInternalError());
       const double h = 1./(N+1);
@@ -706,8 +705,7 @@ FE_Q<2>::initialize_constraints ()
                                       // face. the function we call
                                       // takes care of all this
       const Point<dim-1> p_face
-       = FE_Q_Helper::generate_face_unit_point (i, n_small_functions,
-                                                FE_Q_Helper::int2type<dim-1>());
+       = FE_Q_Helper::generate_face_unit_point (i, n_small_functions);
 
                                       // evaluate the big face
                                       // shape function at this

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.