]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Reindent a couple places.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 24 Apr 2011 04:03:19 +0000 (04:03 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 24 Apr 2011 04:03:19 +0000 (04:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@23639 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/grid/tria.cc

index 65bcdc65a0392313a4def46ad8116dd5292f04bb..a58c2ea95dfbe20a27724f09dd173507bd3b8ba7 100644 (file)
@@ -9495,7 +9495,9 @@ Triangulation<dim, spacedim>::get_boundary_indicators () const
 
 
 template <int dim, int spacedim>
-void Triangulation<dim, spacedim>::copy_triangulation (const Triangulation<dim, spacedim> &old_tria)
+void
+Triangulation<dim, spacedim>::
+copy_triangulation (const Triangulation<dim, spacedim> &old_tria)
 {
   Assert (vertices.size() == 0, ExcTriangulationNotEmpty());
   Assert (levels.size () == 0, ExcTriangulationNotEmpty());
@@ -9519,7 +9521,9 @@ void Triangulation<dim, spacedim>::copy_triangulation (const Triangulation<dim,
 
   levels.reserve (old_tria.levels.size());
   for (unsigned int level=0; level<old_tria.levels.size(); ++level)
-    levels.push_back (new internal::Triangulation::TriaLevel<dim>(*old_tria.levels[level]));
+    levels.push_back (new
+                     internal::Triangulation::
+                     TriaLevel<dim>(*old_tria.levels[level]));
 
   number_cache = old_tria.number_cache;
 

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.