From 67df7216abd1c1f9242f88d616d760320c9da010 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 17 Dec 2002 22:13:28 +0000 Subject: [PATCH] Use style of fe_q.h git-svn-id: https://svn.dealii.org/trunk@6845 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_q_hierarchical.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/fe/fe_q_hierarchical.h b/deal.II/deal.II/include/fe/fe_q_hierarchical.h index 949d04c42f..761962d439 100644 --- a/deal.II/deal.II/include/fe/fe_q_hierarchical.h +++ b/deal.II/deal.II/include/fe/fe_q_hierarchical.h @@ -364,7 +364,8 @@ class FE_Q_Hierarchical : public FiniteElement * @p{this}, and all other * indices throw an error. */ - virtual const FiniteElement & base_element (const unsigned int index) const; + virtual const FiniteElement & + base_element (const unsigned int index) const; /** * Multiplicity of base element -- 2.39.5