]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove some unused parameters to avoid warnings.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 16 Aug 2010 02:22:03 +0000 (02:22 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 16 Aug 2010 02:22:03 +0000 (02:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@21663 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/mesh_worker_info.h

index f30554f9e5e53b4748599a870064a6c15a7c188c..9e292807e2c3a74236c62eb8f2fae3ce2f26c3a8 100644 (file)
@@ -1374,10 +1374,10 @@ namespace MeshWorker
   template <>
   inline
   void
-  IntegrationInfoBox<1,1>::initialize_gauss_quadrature(
-    unsigned int cp,
-    unsigned int bp,
-    unsigned int fp)
+  IntegrationInfoBox<1,1>::
+  initialize_gauss_quadrature(const unsigned int cp,
+                             const unsigned int,
+                             const unsigned int)
   {
     cell_quadrature = QGauss<1>(cp);
   }
@@ -1386,10 +1386,10 @@ namespace MeshWorker
   template <>
   inline
   void
-  IntegrationInfoBox<1,2>::initialize_gauss_quadrature(
-    unsigned int cp,
-    unsigned int bp,
-    unsigned int fp)
+  IntegrationInfoBox<1,2>::
+  initialize_gauss_quadrature(const unsigned int cp,
+                             const unsigned int,
+                             const unsigned int)
   {
     cell_quadrature = QGauss<1>(cp);
   }

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.