]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
formatting
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 10 Aug 2012 15:41:39 +0000 (15:41 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 10 Aug 2012 15:41:39 +0000 (15:41 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_3@25886 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/dofs/dof_handler.h

index ffd74ce9d66b1b146d0cc5ac5a03aef9e2eb4616..6ae454508ed069fd0c00be916395de6cbe49d882 100644 (file)
@@ -1475,7 +1475,8 @@ DoFHandler<dim,spacedim>::n_dofs () const
 
 template<int dim, int spacedim>
 inline
-types::global_dof_index DoFHandler<dim, spacedim>::n_dofs (const unsigned int level) const {
+types::global_dof_index
+DoFHandler<dim, spacedim>::n_dofs (const unsigned int level) const {
   Assert (level < mg_used_dofs.size (), ExcInvalidLevel (level));
   return mg_used_dofs[level];
 }

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.