]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Clean
authorNicola Demo <demo.nicola@gmail.com>
Tue, 22 Mar 2016 22:53:44 +0000 (23:53 +0100)
committerNicola Demo <demo.nicola@gmail.com>
Tue, 22 Mar 2016 22:53:44 +0000 (23:53 +0100)
include/deal.II/grid/grid_generator.h
source/grid/grid_generator.cc

index bc5e368afd1f77d8ff30fc6a63a5662a90c62bc6..93c4075f93843ea76b577535ed172c5e89eb4f59 100644 (file)
@@ -572,11 +572,11 @@ namespace GridGenerator
    * Initialize the given triangulation with a hyper-L (in 2d or 3d)
    * consisting of exactly <tt>2^dim-1</tt> cells. It produces the hypercube
    * with the interval [<i>left,right</i>] without the hypercube made out of
-   * the interval [<i>(left+right)/2,right</i>] for each coordinate. If the 
+   * the interval [<i>(left+right)/2,right</i>] for each coordinate. If the
    * @p colorize flag is set, the @p boundary_ids of the surfaces are
    * assigned, such that the left boundary is 0, and the others are set with
-   * growing number accordingly to the counterclockwise. This function will 
-   * create the classical L-shape in 2d and it will look like the following 
+   * growing number accordingly to the counterclockwise. This function will
+   * create the classical L-shape in 2d and it will look like the following
    * in 3d:
    *
    * @image html hyper_l.png
index 429f5c861384b9d0215e6814fb744d3f147242ed..f74d6f98b3b8f6d86eeff79b604c9af44e849e4f 100644 (file)
@@ -350,8 +350,7 @@ namespace GridGenerator
         p1(i) = std::min(p_1(i), p_2(i));
         p2(i) = std::max(p_1(i), p_2(i));
       }
-      //for (typename Triangulation<1,spacedim>::cell_iterator cell = tria.begin();
-      //     cell != tria.end(); ++cell)
+    //
 
     std::vector<Point<spacedim> > vertices (GeometryInfo<dim>::vertices_per_cell);
     switch (dim)
@@ -2116,7 +2115,7 @@ namespace GridGenerator
     if (colorize)
       {
         auto cell = tria.begin();
-        
+
         cell->face(0)->set_boundary_id(0);
         cell->face(2)->set_boundary_id(1);
         cell++;
@@ -2795,7 +2794,7 @@ namespace GridGenerator
     if (colorize)
       {
         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.