From 086463830b11586a33890ce008c28c42e6a1df01 Mon Sep 17 00:00:00 2001 From: Graham Harper Date: Thu, 26 Jul 2018 23:09:19 +0000 Subject: [PATCH] Fix indentation again --- include/deal.II/fe/fe_bernardi_raugel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/fe/fe_bernardi_raugel.h b/include/deal.II/fe/fe_bernardi_raugel.h index 48d252f78a..6bc189d604 100644 --- a/include/deal.II/fe/fe_bernardi_raugel.h +++ b/include/deal.II/fe/fe_bernardi_raugel.h @@ -35,8 +35,8 @@ DEAL_II_NAMESPACE_OPEN * The Bernardi-Raugel element. * *

Degrees of freedom

- * The BR1 element has dim degrees of freedom on each vertex and 1 on each - * face. The shape functions are ordered by the $(Q_1)^d$ shape functions + * The BR1 element has dim degrees of freedom on each vertex and 1 on + * each face. The shape functions are ordered by the $(Q_1)^d$ shape functions * supported on each vertex, increasing according to vertex ordering on the * element in GeometryInfo, then the bubble functions follow in the ordering * given in PolynomialsBernardiRaugel. -- 2.39.5