]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Better yet, add explicit initializers to avoid confusion.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 3 Feb 2004 15:18:39 +0000 (15:18 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 3 Feb 2004 15:18:39 +0000 (15:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@8388 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 70c8c0ad860d93d35878df7868ea67e0b51d9d10..5eb21bdacdc74d63248de2e9d352dfa2b887e992 100644 (file)
 
 template <int dim>
 FiniteElementData<dim>::FiniteElementData ()
+                :
+               dofs_per_vertex(0),
+               dofs_per_line(0),
+               dofs_per_quad(0),
+               dofs_per_hex(0),
+               first_line_index(0),
+               first_quad_index(0),
+               first_hex_index(0),
+               first_face_line_index(0),
+               first_face_quad_index(0),
+               dofs_per_face(0),
+               dofs_per_cell (0),
+               components(0),
+               degree(0)
 {}
 
 

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.