]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix forgotten destructor.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 10 Jun 1999 09:37:05 +0000 (09:37 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 10 Jun 1999 09:37:05 +0000 (09:37 +0000)
git-svn-id: https://svn.dealii.org/trunk@1390 0785d39b-7218-0410-832d-ea1e28bc413d

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

index cf7ab666239e5036951789930979b35a0171f0b7..facee59dd2a3418641bbb9f888cc27b44f5fd232 100644 (file)
@@ -22,6 +22,8 @@ FiniteElementData<dim>::FiniteElementData ()
 };
 
 
+
+
 template <int dim>
 FiniteElementData<dim>::FiniteElementData (const unsigned int dofs_per_vertex,
                                           const unsigned int dofs_per_line,
@@ -117,6 +119,14 @@ FiniteElementData<dim>::FiniteElementData (const unsigned int dofs_per_vertex,
 };
 
 
+
+template <int dim>
+FiniteElementData<dim>::~FiniteElementData ()
+{};
+
+
+
+
 template<int dim>
 bool FiniteElementData<dim>::operator== (const FiniteElementData<dim> &f) const
 {

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.