From 7b04c79e6d304ae5b0cd94057938e5e7046b62da Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 30 Mar 2001 11:47:10 +0000 Subject: [PATCH] Undo change, have to find a better way. git-svn-id: https://svn.dealii.org/trunk@4354 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/fe/fe_q.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/deal.II/deal.II/source/fe/fe_q.cc b/deal.II/deal.II/source/fe/fe_q.cc index e827c31de3..afd4c35ad4 100644 --- a/deal.II/deal.II/source/fe/fe_q.cc +++ b/deal.II/deal.II/source/fe/fe_q.cc @@ -48,14 +48,13 @@ FE_Q::FE_Q (const unsigned int degree) poly = new TensorProductPolynomials (v); // do some internal book-keeping - // for indices on the cell and on - // the faces. in 1d, the function - // for the latter is empty build_renumbering (*this, degree, renumber); +//TODO:[WB] externalize this to a proper template function +#if deal_II_dimension > 1 build_face_renumbering (FiniteElementData(FE_Q::get_dpo_vector(degree),1), degree, face_renumber); - +#endif // copy constraint matrices if they // are defined. otherwise set them -- 2.39.5