From: wolf Date: Mon, 11 Mar 2002 09:51:30 +0000 (+0000) Subject: Remove code of create_hyper_ball altogether by putting it into a comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7c98784e8b08ebcf7d31f8a9d30a9a93cd18b31;p=dealii-svn.git Remove code of create_hyper_ball altogether by putting it into a comment. git-svn-id: https://svn.dealii.org/trunk@5555 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 7b79e145b2..533f4c997b 100644 --- a/deal.II/deal.II/source/grid/grid_generator.cc +++ b/deal.II/deal.II/source/grid/grid_generator.cc @@ -683,7 +683,8 @@ GridGenerator::hyper_ball (Triangulation<3> &tria, // faces, this function is disabled // altogether Assert(false, ExcNotImplemented()); - + +/* const double a = 1./(1+std::sqrt(3.0)); // equilibrate cell sizes at transition // from the inner part to the radial // cells @@ -735,6 +736,7 @@ GridGenerator::hyper_ball (Triangulation<3> &tria, tria.create_triangulation (std::vector >(&vertices[0], &vertices[n_vertices]), cells, SubCellData()); // no boundary information +*/ };