]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove a default constructor that likely doesn't do very much good.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 23 Jan 2016 16:07:21 +0000 (10:07 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 23 Jan 2016 16:07:21 +0000 (10:07 -0600)
include/deal.II/fe/fe_base.h
source/fe/fe_data.cc

index 843fe07ada01627d9f2656a73d08fe6f7073dbc3..5ccbeab06f9cb82361c7f11893c9b0ed1420de28 100644 (file)
@@ -310,13 +310,6 @@ public:
    */
   BlockIndices block_indices_data;
 
-  /**
-   * Default constructor. Constructs an element with no dofs. Checking
-   * n_dofs_per_cell() is therefore a good way to check if something went
-   * wrong.
-   */
-  FiniteElementData ();
-
   /**
    * Constructor, computing all necessary values from the distribution of dofs
    * to geometrical objects.
index 91525a4dafa53670483211a143213208c78f77fe..b04752ba216b6de4b5e55d2523cc17dfda220bea 100644 (file)
 
 DEAL_II_NAMESPACE_OPEN
 
-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),
-  conforming_space(unknown),
-  cached_primitivity(false)
-{}
-
-
-
 template <int dim>
 FiniteElementData<dim>::
 FiniteElementData (const std::vector<unsigned int> &dofs_per_object,

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.