From 98bc404e2292472ea2203947310409c856e0845e Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 12 Apr 1999 17:20:36 +0000 Subject: [PATCH] Fix docs. git-svn-id: https://svn.dealii.org/trunk@1127 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_system.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_system.h b/deal.II/deal.II/include/fe/fe_system.h index 90514ccccf..9afcc3b28f 100644 --- a/deal.II/deal.II/include/fe/fe_system.h +++ b/deal.II/deal.II/include/fe/fe_system.h @@ -410,7 +410,6 @@ class FESystem // * the result allows access to * shape functions of the base * element. - * */ vector component_to_base_table; @@ -423,7 +422,8 @@ class FESystem // * multiplied by #n#. Don't touch the * number of functions for the * transformation from unit to real - * cell. */ + * cell. + */ static FiniteElementData multiply_dof_numbers (const FiniteElementData &fe_data, const unsigned int N); -- 2.39.5