From dd6af17a8064e15588081aff4bf90fa4ca0a8eb6 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 27 Jul 2006 15:09:14 +0000 Subject: [PATCH] Reindent. Fix a few typos. git-svn-id: https://svn.dealii.org/trunk@13445 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_levels.h | 6 +++--- deal.II/deal.II/include/dofs/dof_objects.h | 9 +++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/deal.II/deal.II/include/dofs/dof_levels.h b/deal.II/deal.II/include/dofs/dof_levels.h index 372f04dc23..f0dc8ff392 100644 --- a/deal.II/deal.II/include/dofs/dof_levels.h +++ b/deal.II/deal.II/include/dofs/dof_levels.h @@ -130,7 +130,7 @@ namespace internal { private: /** - * the object containing dof-indices + * The object containing dof-indices * and related access-functions */ DoFObjects<1> lines; @@ -167,7 +167,7 @@ namespace internal { private: /** - * the object containing dof-indices + * The object containing dof-indices * and related access-functions */ internal::DoFHandler::DoFObjects<2> quads; @@ -204,7 +204,7 @@ namespace internal { private: /** - * the object containing dof-indices + * The object containing dof-indices * and related access-functions */ internal::DoFHandler::DoFObjects<3> hexes; diff --git a/deal.II/deal.II/include/dofs/dof_objects.h b/deal.II/deal.II/include/dofs/dof_objects.h index a6a29cf556..5325f958f5 100644 --- a/deal.II/deal.II/include/dofs/dof_objects.h +++ b/deal.II/deal.II/include/dofs/dof_objects.h @@ -55,7 +55,8 @@ namespace internal * @author Tobias Leicht, 2006 */ template - class DoFObjects{ + class DoFObjects + { public: /** * Store the global indices of @@ -124,12 +125,13 @@ namespace internal * class hierarchy between hp * and non-hp classes. */ - template + template unsigned int get_dof_index (const ::DoFHandler &dof_handler, const unsigned int obj_index, const unsigned int fe_index, const unsigned int local_index) const; + /** * Return the value 1. The * meaning of this function @@ -147,14 +149,13 @@ namespace internal * Similar to the function * above. Assert that the * given index is zero, and - * the return true. + * then return true. */ template bool fe_index_is_active (const ::DoFHandler &dof_handler, const unsigned int index, const unsigned int fe_index) const; - /** * Determine an estimate for the -- 2.39.5