From: wolf Date: Mon, 22 Nov 1999 14:03:51 +0000 (+0000) Subject: Fix one of these truly obscure bugs which show up at totally unrelated places. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be53a91ed9b77f9ac1b454b5b764da686d73f677;p=dealii-svn.git Fix one of these truly obscure bugs which show up at totally unrelated places. git-svn-id: https://svn.dealii.org/trunk@1925 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe.cc b/deal.II/deal.II/source/fe/fe.cc index 8ecdb81cbb..75c6200d56 100644 --- a/deal.II/deal.II/source/fe/fe.cc +++ b/deal.II/deal.II/source/fe/fe.cc @@ -46,7 +46,7 @@ FiniteElementData::FiniteElementData (const unsigned int dofs_per_vertex, * dofs_per_quad), first_face_line_index(GeometryInfo::vertices_per_cell * dofs_per_vertex), - first_face_quad_index(first_line_index+ + first_face_quad_index(first_face_line_index+ GeometryInfo::lines_per_cell * dofs_per_line), total_dofs (first_hex_index+dofs_per_hex),