]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix warning on unused variables.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 27 Jul 2011 09:15:28 +0000 (09:15 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 27 Jul 2011 09:15:28 +0000 (09:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@23969 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/grid/grid_generator.cc

index 9cbcbcfedc9eb399142f88cc8acf287c6db09cee..31007f3c5cc38bca4bcd0552dc31a81a4dbf2150 100644 (file)
@@ -1214,12 +1214,12 @@ GridGenerator::half_hyper_shell (Triangulation<1>&,
 }
 
 template <>
-void GridGenerator::quarter_hyper_shell (Triangulation<1>   &tria,
-                                 const Point<1>     &center,
-                                 const double        inner_radius,
-                                 const double        outer_radius,
-                                 const unsigned int  n_cells,
-                                 const bool colorize)
+void GridGenerator::quarter_hyper_shell (Triangulation<1>&,
+                                        const Point<1>&,
+                                        const double,
+                                        const double,
+                                        const unsigned int,
+                                        const bool)
 {
   Assert (false, ExcNotImplemented());
 }
@@ -2692,12 +2692,12 @@ GridGenerator::half_hyper_shell (Triangulation<3>& tria,
 
 
 template <>
-void GridGenerator::quarter_hyper_shell (Triangulation<3>   &tria,
-                                 const Point<3>     &center,
-                                 const double        inner_radius,
-                                 const double        outer_radius,
-                                 const unsigned int  n_cells,
-                                 const bool colorize)
+void GridGenerator::quarter_hyper_shell (Triangulation<3> &,
+                                        const Point<3>&,
+                                        const double,
+                                        const double,
+                                        const unsigned int,
+                                        const bool)
 {
   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.