]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Just minor style updates. 3305/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 28 Oct 2016 16:05:16 +0000 (10:05 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 28 Oct 2016 16:05:16 +0000 (10:05 -0600)
source/distributed/shared_tria.cc

index ea0b8025cc54d45f767fe18c519e3a405f497857..409539f5f5191eef18cf9d3ecacd54003c198282 100644 (file)
@@ -39,8 +39,9 @@ namespace parallel
                                                 const bool allow_artificial_cells):
       dealii::parallel::Triangulation<dim,spacedim>(mpi_communicator,smooth_grid,false),
       allow_artificial_cells(allow_artificial_cells)
-    {
-    }
+    {}
+
+
 
     template <int dim, int spacedim>
     void Triangulation<dim,spacedim>::partition()
@@ -85,6 +86,8 @@ namespace parallel
         }
     }
 
+
+
     template <int dim, int spacedim>
     bool
     Triangulation<dim,spacedim>::with_artificial_cells() const
@@ -92,6 +95,8 @@ namespace parallel
       return allow_artificial_cells;
     }
 
+
+
     template <int dim, int spacedim>
     const std::vector<types::subdomain_id> &
     Triangulation<dim,spacedim>::get_true_subdomain_ids_of_cells() const
@@ -99,11 +104,13 @@ namespace parallel
       return true_subdomain_ids_of_cells;
     }
 
+
+
     template <int dim, int spacedim>
     Triangulation<dim,spacedim>::~Triangulation ()
-    {
+    {}
+
 
-    }
 
     template <int dim, int spacedim>
     void
@@ -114,6 +121,8 @@ namespace parallel
       this->update_number_cache ();
     }
 
+
+
     template <int dim, int spacedim>
     void
     Triangulation<dim,spacedim>::create_triangulation (const std::vector< Point< spacedim > > &vertices,
@@ -135,6 +144,8 @@ namespace parallel
       this->update_number_cache ();
     }
 
+
+
     template <int dim, int spacedim>
     void
     Triangulation<dim, spacedim>::
@@ -165,6 +176,8 @@ namespace parallel
       Assert (false, ExcNotImplemented());
     }
 
+
+
     template <int dim, int spacedim>
     bool
     Triangulation<dim,spacedim>::with_artificial_cells() const
@@ -173,6 +186,8 @@ namespace parallel
       return true;
     }
 
+
+
     template <int dim, int spacedim>
     const std::vector<unsigned int> &
     Triangulation<dim,spacedim>::get_true_subdomain_ids_of_cells() const

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.