]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix one of these truly obscure bugs which show up at totally unrelated places.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Nov 1999 14:03:51 +0000 (14:03 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Nov 1999 14:03:51 +0000 (14:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@1925 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe.cc

index 8ecdb81cbba7e18e38f60174bbb5bfddcb197b55..75c6200d563f81e1f580b747f73cb9b197e209c1 100644 (file)
@@ -46,7 +46,7 @@ FiniteElementData<dim>::FiniteElementData (const unsigned int dofs_per_vertex,
                                * dofs_per_quad),
                first_face_line_index(GeometryInfo<dim-1>::vertices_per_cell
                                      * dofs_per_vertex),
-               first_face_quad_index(first_line_index+
+               first_face_quad_index(first_face_line_index+
                                      GeometryInfo<dim-1>::lines_per_cell
                                      * dofs_per_line),
                total_dofs (first_hex_index+dofs_per_hex),

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.