From: heister Date: Fri, 10 Aug 2012 15:41:39 +0000 (+0000) Subject: formatting X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba98101a32e01d237ba365950140fd81040c7a46;p=dealii-svn.git formatting git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_3@25886 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/dofs/dof_handler.h b/deal.II/include/deal.II/dofs/dof_handler.h index ffd74ce9d6..6ae454508e 100644 --- a/deal.II/include/deal.II/dofs/dof_handler.h +++ b/deal.II/include/deal.II/dofs/dof_handler.h @@ -1475,7 +1475,8 @@ DoFHandler::n_dofs () const template inline -types::global_dof_index DoFHandler::n_dofs (const unsigned int level) const { +types::global_dof_index +DoFHandler::n_dofs (const unsigned int level) const { Assert (level < mg_used_dofs.size (), ExcInvalidLevel (level)); return mg_used_dofs[level]; }