From: third-party Date: Mon, 11 Mar 2002 13:32:00 +0000 (+0000) Subject: Comment out parameter names, since now no more needed. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5c509889c96c611daa73dba4f601e3539165f13;p=dealii-svn.git Comment out parameter names, since now no more needed. git-svn-id: https://svn.dealii.org/trunk@5560 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/grid/grid_generator.cc b/deal.II/deal.II/source/grid/grid_generator.cc index 533f4c997b..92c4dfc4a4 100644 --- a/deal.II/deal.II/source/grid/grid_generator.cc +++ b/deal.II/deal.II/source/grid/grid_generator.cc @@ -661,9 +661,9 @@ GridGenerator::hyper_L (Triangulation<3> &tria, void -GridGenerator::hyper_ball (Triangulation<3> &tria, - const Point<3> &p, - const double radius) +GridGenerator::hyper_ball (Triangulation<3> &/*tria*/, + const Point<3> &/*p*/, + const double /*radius*/) { // this function used to be // implemented by the code below,