]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Implement missing default constructor for FiniteElementData.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 3 Feb 2004 15:16:24 +0000 (15:16 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 3 Feb 2004 15:16:24 +0000 (15:16 +0000)
git-svn-id: https://svn.dealii.org/trunk@8387 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 6ecadf0b5aa8543c39e3902f47eb61c3490eadfa..70c8c0ad860d93d35878df7868ea67e0b51d9d10 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 #include <grid/geometry_info.h>
 
 
+
+template <int dim>
+FiniteElementData<dim>::FiniteElementData ()
+{}
+
+
+
 template <int dim>
-FiniteElementData<dim>::FiniteElementData (const std::vector<unsigned int> &dofs_per_object,
-                                          const unsigned int n_components,
-                                          const unsigned int degree) :
+FiniteElementData<dim>::
+FiniteElementData (const std::vector<unsigned int> &dofs_per_object,
+                   const unsigned int n_components,
+                   const unsigned int degree)
+                :
                dofs_per_vertex(dofs_per_object[0]),
                dofs_per_line(dofs_per_object[1]),
                dofs_per_quad(dim>1? dofs_per_object[2]: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.