]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove parameter names to avoid warning about unused parms.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 17 Jan 2001 10:05:38 +0000 (10:05 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 17 Jan 2001 10:05:38 +0000 (10:05 +0000)
git-svn-id: https://svn.dealii.org/branches/Branch-3-1@3714 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/quadrature.cc

index 294a4d66d526ad388de133bcd8398bc3d775c201..cf20d6a7a72588f1f9e5cd34b8520319b798667e 100644 (file)
@@ -192,9 +192,9 @@ Quadrature<dim>::memory_consumption () const
 
 
 template <>
-void QProjector<1>::project_to_face (const Quadrature<0>    &quadrature,
-                                    const unsigned int      face_no,
-                                    std::vector<Point<1> > &q_points)
+void QProjector<1>::project_to_face (const Quadrature<0>    &,
+                                    const unsigned int      ,
+                                    std::vector<Point<1> > &)
 {
   Assert (false, ExcNotImplemented());
 };
@@ -281,10 +281,10 @@ void QProjector<3>::project_to_face (const Quadrature<2>    &quadrature,
 
 
 template <>
-void QProjector<1>::project_to_subface (const Quadrature<0>    &quadrature,
-                                       const unsigned int      face_no,
-                                       const unsigned int      subface_no,
-                                       std::vector<Point<1> > &q_points)
+void QProjector<1>::project_to_subface (const Quadrature<0>    &,
+                                       const unsigned int      ,
+                                       const unsigned int      ,
+                                       std::vector<Point<1> > &)
 {
   Assert (false, ExcNotImplemented());
 };

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.