]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Re-indent function argument list.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 25 Jul 2013 11:57:24 +0000 (11:57 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 25 Jul 2013 11:57:24 +0000 (11:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@30156 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/grid/grid_generator.cc

index 443cc9d4795a26d1f28629c524bb703a749a9290..298de0aac39b33d15ef1a9f547927869c2bd706c 100644 (file)
@@ -186,9 +186,10 @@ namespace GridGenerator
      * outer.
      */
     void
-    colorize_hyper_shell (
-      Triangulation<2> &tria,
-      const Point<2> &, const double, const double)
+    colorize_hyper_shell (Triangulation<2> &tria,
+                          const Point<2> &,
+                          const double,
+                          const double)
     {
       // In spite of receiving geometrical
       // data, we do this only based on
@@ -196,11 +197,11 @@ namespace GridGenerator
 
       // For the mesh based on  cube,
       // this is highly irregular
-      for (Triangulation<2>::cell_iterator cell = tria.begin();
-           cell != tria.end(); ++cell)
+      for (Triangulation<2>::cell_iterator cell = tria.begin ();
+           cell != tria.end (); ++cell)
         {
-          Assert (cell->face(2)->at_boundary(), ExcInternalError());
-          cell->face(2)->set_boundary_indicator(1);
+          Assert(cell->face(2)->at_boundary(), ExcInternalError());
+          cell->face (2)->set_boundary_indicator (1);
         }
     }
 

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.