]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix apparent bug which shows up for elements of degree 3 or higher.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 1 Jul 1998 10:53:37 +0000 (10:53 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 1 Jul 1998 10:53:37 +0000 (10:53 +0000)
git-svn-id: https://svn.dealii.org/trunk@425 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/fe.h

index f648eb7f0eddb8246bd8a4ce9cad8b2cde2bf9ee..e04a12f35d8aca35852129e308a4ea4c6f98766f 100644 (file)
@@ -154,8 +154,8 @@ struct FiniteElementData<2> {
                    dofs_per_face(2*dofs_per_vertex+
                                  dofs_per_line),
                    total_dofs (4*dofs_per_vertex+
-                               4*dofs_per_quad+
-                               dofs_per_line) {};
+                               4*dofs_per_line+
+                               dofs_per_quad) {};
 
                                     /**
                                      * Comparison operator. It is not clear to

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.