]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove code of create_hyper_ball altogether by putting it into a comment.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 11 Mar 2002 09:51:30 +0000 (09:51 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 11 Mar 2002 09:51:30 +0000 (09:51 +0000)
git-svn-id: https://svn.dealii.org/trunk@5555 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/grid_generator.cc

index 7b79e145b24421e5a71c2ebb6d89cd012bf8076f..533f4c997b493fe86e2c4b4ce9834d9954d3b74c 100644 (file)
@@ -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<Point<3> >(&vertices[0], &vertices[n_vertices]),
                             cells,
                             SubCellData());       // no boundary information
+*/                          
 };
 
 

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.