]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix bugs with improperly specified explicit instantiations.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 17 May 2001 13:31:22 +0000 (13:31 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 17 May 2001 13:31:22 +0000 (13:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@4646 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_tools.cc

index f505f86190e1102a38f65633bc5b9c90d6b9f543..f11ce7eedb1e5e3fdcecdc1c499523d2985fab54 100644 (file)
@@ -2179,19 +2179,21 @@ template
 void
 DoFTools::distribute_cell_to_dof_vector (const DoFHandler<deal_II_dimension> &dof_handler,
                                         const Vector<float>  &cell_data,
-                                        Vector<double>       &dof_data);
+                                        Vector<double>       &dof_data,
+                                        const unsigned int    component);
 
 template
 void
 DoFTools::distribute_cell_to_dof_vector (const DoFHandler<deal_II_dimension> &dof_handler,
                                         const Vector<double> &cell_data,
-                                        Vector<double>       &dof_data);
+                                        Vector<double>       &dof_data,
+                                        const unsigned int    component);
 
 
 template void DoFTools::extract_dofs(const DoFHandler<deal_II_dimension>& dof,
                                     const std::vector<bool>& component_select,
                                     std::vector<bool>& selected_dofs);
-template void DoFTools::extract_level_dofs(unsigned int level,
+template void DoFTools::extract_level_dofs(const unsigned int level,
                                           const MGDoFHandler<deal_II_dimension>& dof,
                                           const std::vector<bool>& component_select,
                                           std::vector<bool>& selected_dofs);
@@ -2202,7 +2204,8 @@ template
 void
 DoFTools::extract_boundary_dofs (const DoFHandler<deal_II_dimension> &,
                                 const std::vector<bool>                  &,
-                                std::vector<bool>                        &);
+                                std::vector<bool>                        &,
+                                const std::set<unsigned char> &);
 #endif 
 
 

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.