From: wolf Date: Mon, 21 Oct 2002 22:04:22 +0000 (+0000) Subject: Ack, first check, then check in... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89b80626ea1563b17dde8a9dfc740a70c79b01e4;p=dealii-svn.git Ack, first check, then check in... git-svn-id: https://svn.dealii.org/trunk@6706 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe_nedelec.cc b/deal.II/deal.II/source/fe/fe_nedelec.cc index d80090b99d..7d2e9e846b 100644 --- a/deal.II/deal.II/source/fe/fe_nedelec.cc +++ b/deal.II/deal.II/source/fe/fe_nedelec.cc @@ -1296,8 +1296,8 @@ FE_Nedelec::has_support_on_face (const unsigned int shape_index, // defined on const unsigned int opposite_faces[GeometryInfo<3>::lines_per_cell][2] - = { {1,4}, {1,5}, {1,2}, {1,3}, {0,4}, {1,5}, - {1,2}, {1,3}, {3,4}, {4,5}, {2,5}, {2,3}}; + = { {1,4}, {1,5}, {1,2}, {1,3}, {0,4}, {0,5}, + {0,2}, {0,3}, {3,4}, {4,5}, {2,5}, {2,3}}; return ((face_index != opposite_faces[shape_index][0]) &&