From: Wolfgang Bangerth Date: Fri, 30 Mar 2001 11:47:10 +0000 (+0000) Subject: Undo change, have to find a better way. X-Git-Tag: v8.0.0~19426 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbc81473d50b84f1d2b0a7e263861ae870ca2021;p=dealii.git Undo change, have to find a better way. git-svn-id: https://svn.dealii.org/trunk@4354 0785d39b-7218-0410-832d-ea1e28bc413d --- 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