From f716588baada9504720293ec4b2b27eb94a09cbc Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 11 Aug 2006 15:17:09 +0000 Subject: [PATCH] Style adjustments git-svn-id: https://svn.dealii.org/trunk@13667 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/fe/fe.h b/deal.II/deal.II/include/fe/fe.h index bb17b40d27..ae3ed8c3eb 100644 --- a/deal.II/deal.II/include/fe/fe.h +++ b/deal.II/deal.II/include/fe/fe.h @@ -2103,6 +2103,7 @@ class FiniteElement : public Subscriptor, */ std::vector,unsigned int> > face_system_to_base_table; + /** * For each base element, store * the first block in a block @@ -2137,7 +2138,8 @@ class FiniteElement : public Subscriptor, * case, the initialization by * the base class is sufficient. */ - std::vector, unsigned int> > component_to_base_table; + std::vector, unsigned int> > + component_to_base_table; /** * Projection matrices are -- 2.39.5