From ba98101a32e01d237ba365950140fd81040c7a46 Mon Sep 17 00:00:00 2001 From: heister Date: Fri, 10 Aug 2012 15:41:39 +0000 Subject: [PATCH] formatting 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]; } -- 2.39.5