]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Minor cleanups.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 5 Jan 2010 15:25:20 +0000 (15:25 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 5 Jan 2010 15:25:20 +0000 (15:25 +0000)
git-svn-id: https://svn.dealii.org/trunk@20292 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/multigrid/mg_dof_tools.cc

index 5698265a99b7d2f32b397fed37130e265df87947..6f6f18fcd53fa1089111bb2254ddd7c4d41db5c0 100644 (file)
@@ -909,11 +909,11 @@ MGTools::make_flux_sparsity_pattern_edge (
 
 template <int dim, int spacedim>
 void
-MGTools::count_dofs_per_component (
-  const MGDoFHandler<dim,spacedim> &dof_handler,
-  std::vector<std::vector<unsigned int> > &result,
-  bool only_once,
-  std::vector<unsigned int> target_component)
+MGTools::
+count_dofs_per_component (const MGDoFHandler<dim,spacedim> &dof_handler,
+                         std::vector<std::vector<unsigned int> > &result,
+                         bool                              only_once,
+                         std::vector<unsigned int>         target_component)
 {
   const FiniteElement<dim>& fe = dof_handler.get_fe();
   const unsigned int n_components = fe.n_components();
@@ -1009,12 +1009,13 @@ MGTools::count_dofs_per_component (
 
 template <int dim, int spacedim>
 void
-MGTools::count_dofs_per_component (
-  const MGDoFHandler<dim,spacedim> &dof_handler,
-  std::vector<std::vector<unsigned int> > &result,
-  std::vector<unsigned int> target_component)
+MGTools::
+count_dofs_per_component (const MGDoFHandler<dim,spacedim>        &dof_handler,
+                         std::vector<std::vector<unsigned int> > &result,
+                         std::vector<unsigned int>            target_component)
 {
-  count_dofs_per_component(dof_handler, result, false, target_component);
+  count_dofs_per_component (dof_handler, result,
+                           false, target_component);
 }
 
 

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.