]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make it simpler.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 24 Sep 2003 16:11:56 +0000 (16:11 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 24 Sep 2003 16:11:56 +0000 (16:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@8030 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/coarsening_3d.cc

index 6805e2f3d6c1e8a378c77548ec53c090bc13d942..e45a65440de4bd389b341652172ed738df3abc93 100644 (file)
@@ -60,17 +60,10 @@ void create_coarse_grid (Triangulation<3> &coarse_grid)
   Assert (vertices.size() == n_vertices_per_surface*2,
           ExcInternalError());
     
-                                   // next create cells from these
-                                   // vertices. only store the
-                                   // vertices of the upper surface,
-                                   // the lower ones are the same
-                                   // +12
   const unsigned int connectivity[3][4]
     = { { 1, 2, 3, 0 },
         { 3, 4, 5, 0 },
         { 0, 5, 6, 7 } };
-      
-                                   // now create cells out of this
   for (unsigned int i=0; i<3; ++i)
     {
       CellData<3> cell;

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.