From 21410499ad1e335c0c36e3eab7675515d0210d7d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 22 Feb 2006 16:34:03 +0000 Subject: [PATCH] Reindent. git-svn-id: https://svn.dealii.org/trunk@12460 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/hp_fe_values.h | 14 +++++------ deal.II/deal.II/source/fe/hp_fe_values.cc | 30 +++++++++++------------ 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/deal.II/deal.II/include/fe/hp_fe_values.h b/deal.II/deal.II/include/fe/hp_fe_values.h index 5e67739f2a..b270eb2071 100644 --- a/deal.II/deal.II/include/fe/hp_fe_values.h +++ b/deal.II/deal.II/include/fe/hp_fe_values.h @@ -40,13 +40,13 @@ namespace internal * object. To make things more efficient, however, these FE*Values * objects are only created once requested (lazy allocation). * - * The first template parameter denotes the - * space dimension we are in, the second the dimensionality of the - * object that we integrate on, i.e. for usual @p hp::FEValues it is - * equal to the first one, while for face integration it is one - * less. The third template parameter indicates the type of underlying - * non-hp FE*Values base type, i.e. it could either be ::FEValues, - * ::FEFaceValues, or ::FESubfaceValues. + * The first template parameter denotes the space dimension we are in, + * the second the dimensionality of the object that we integrate on, + * i.e. for usual @p hp::FEValues it is equal to the first one, while + * for face integration it is one less. The third template parameter + * indicates the type of underlying non-hp FE*Values base type, + * i.e. it could either be ::FEValues, ::FEFaceValues, or + * ::FESubfaceValues. * * @ingroup hp * diff --git a/deal.II/deal.II/source/fe/hp_fe_values.cc b/deal.II/deal.II/source/fe/hp_fe_values.cc index 89c8cdf88e..ab967860a3 100644 --- a/deal.II/deal.II/source/fe/hp_fe_values.cc +++ b/deal.II/deal.II/source/fe/hp_fe_values.cc @@ -118,9 +118,9 @@ namespace hp const UpdateFlags update_flags) : internal::hp::FEValuesBase > (mapping, - fe_collection, - q_collection, - update_flags) + fe_collection, + q_collection, + update_flags) {} @@ -130,8 +130,8 @@ namespace hp const UpdateFlags update_flags) : internal::hp::FEValuesBase > (fe_collection, - q_collection, - update_flags) + q_collection, + update_flags) {} @@ -190,9 +190,9 @@ namespace hp const UpdateFlags update_flags) : internal::hp::FEValuesBase > (mapping, - fe_collection, - q_collection, - update_flags) + fe_collection, + q_collection, + update_flags) {} @@ -202,8 +202,8 @@ namespace hp const UpdateFlags update_flags) : internal::hp::FEValuesBase > (fe_collection, - q_collection, - update_flags) + q_collection, + update_flags) {} @@ -263,9 +263,9 @@ namespace hp const UpdateFlags update_flags) : internal::hp::FEValuesBase > (mapping, - fe_collection, - q_collection, - update_flags) + fe_collection, + q_collection, + update_flags) {} @@ -275,8 +275,8 @@ namespace hp const UpdateFlags update_flags) : internal::hp::FEValuesBase > (fe_collection, - q_collection, - update_flags) + q_collection, + update_flags) {} -- 2.39.5