]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Reindent.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 12 Sep 2003 22:25:25 +0000 (22:25 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 12 Sep 2003 22:25:25 +0000 (22:25 +0000)
git-svn-id: https://svn.dealii.org/trunk@7977 0785d39b-7218-0410-832d-ea1e28bc413d

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

index f55c3224d5d5223e160df9dcf9139ea9fe5f08f3..24a5dc01021475c22a855086d5eb289242ff7fdb 100644 (file)
@@ -362,17 +362,17 @@ GridGenerator::subdivided_hyper_rectangle (Triangulation<dim>              &tria
                                       // use a large epsilon to
                                       // compare numbers to avoid
                                       // roundoff problems.
-    double epsilon = 0.01*delta[0];
-    if (dim > 1)
-      epsilon = std::min(epsilon,0.01*delta[1]);
+      double epsilon = 0.01*delta[0];
+      if (dim > 1)
+        epsilon = std::min(epsilon,0.01*delta[1]);
     
-    if (dim > 2)
-      epsilon = std::min(epsilon,0.01*delta[2]);
+      if (dim > 2)
+        epsilon = std::min(epsilon,0.01*delta[2]);
     
-                                    // actual code is external since
-                                    // 1-D is different from 2/3D.
-    colorize_subdivided_hyper_rectangle (tria,p1,p2,epsilon);
-  }
+                                       // actual code is external since
+                                       // 1-D is different from 2/3D.
+      colorize_subdivided_hyper_rectangle (tria,p1,p2,epsilon);
+    }
 }
 
 

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.