]> https://gitweb.dealii.org/ - dealii.git/commitdiff
add missing include file for gcc 4.0.0
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 24 Aug 2005 08:52:17 +0000 (08:52 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 24 Aug 2005 08:52:17 +0000 (08:52 +0000)
git-svn-id: https://svn.dealii.org/trunk@11314 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/dofs/dof_tools.h

index 7b5a2bc4e02e9f798aa6092edaf7004855207069..520b77e004cdfe9c2f9253826b0faf1e344b18d3 100644 (file)
@@ -16,6 +16,7 @@
 
 #include <base/config.h>
 #include <base/exceptions.h>
+#include <base/table.h>
 #include <dofs/function_map.h>
 
 #include <vector>
@@ -1590,7 +1591,7 @@ DoFTools::make_sparsity_pattern (
     Assert (mask[i].size() == ncomp,
            ExcDimensionMismatch(mask[i].size(), ncomp));
                                   // Create a coupling table out of the mask
-  Table<2, Coupling> couplings(ncomp, ncomp);
+  Table<2,DoFTools::Coupling> couplings(ncomp, ncomp);  
   for (unsigned int i=0;i<ncomp;++i)
     for (unsigned int j=0;j<ncomp;++j)
       if (mask[i][j])
@@ -1601,7 +1602,6 @@ DoFTools::make_sparsity_pattern (
 
 
 template <int dim, class Comp>
-inline
 void
 DoFTools::map_support_points_to_dofs (
   const Mapping<dim>       &mapping,

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.