From 060c8bcc28428f1fb8d53970e6141c523f008c16 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 30 Mar 2001 11:45:13 +0000 Subject: [PATCH] Remove preprocessor kludge. git-svn-id: https://svn.dealii.org/trunk@4353 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/fe/fe_q.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/deal.II/deal.II/source/fe/fe_q.cc b/deal.II/deal.II/source/fe/fe_q.cc index afd4c35ad4..e827c31de3 100644 --- a/deal.II/deal.II/source/fe/fe_q.cc +++ b/deal.II/deal.II/source/fe/fe_q.cc @@ -48,13 +48,14 @@ 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