]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
More std:: and typename stuff
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Jan 2001 13:52:11 +0000 (13:52 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Jan 2001 13:52:11 +0000 (13:52 +0000)
git-svn-id: https://svn.dealii.org/branches/Branch-3-1@3758 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_handler.cc
deal.II/deal.II/source/dofs/dof_tools.cc
deal.II/deal.II/source/numerics/vectors.cc

index eb8b1fa60657fccef6dba686a89886e5adc42115..b7d9817f2f4efc01c0e77435b5de0369254355af 100644 (file)
@@ -1161,7 +1161,7 @@ unsigned int DoFHandler<1>::n_boundary_dofs (const FunctionMap &) const
 
 
 template <>
-unsigned int DoFHandler<1>::n_boundary_dofs (const set<unsigned char> &) const
+unsigned int DoFHandler<1>::n_boundary_dofs (const std::set<unsigned char> &) const
 {
   Assert (selected_fe != 0, ExcNoFESelected());
   Assert (false, ExcNotImplemented());
index f285723bf1517e921fdbc097cbd2b80560700a5c..7141a1e5f0ccbf2fbcf8faf5c58d07dc504cc188 100644 (file)
@@ -1628,7 +1628,7 @@ void DoFTools::map_dof_to_boundary_indices (const DoFHandler<1> &dof_handler,
 
 template <>
 void DoFTools::map_dof_to_boundary_indices (const DoFHandler<1> &dof_handler,
-                                           const set<unsigned char> &,
+                                           const std::set<unsigned char> &,
                                            std::vector<unsigned int> &)
 {
   Assert (&dof_handler.get_fe() != 0, ExcNoFESelected());
index e4eafb87f2b0f9acf518f812d6b9933a43c2f178..4e4198eaae4e9845826001cc8a781b0a21bb57d2 100644 (file)
@@ -32,7 +32,7 @@
 
 #include <numeric>
 #include <algorithm>
-#include <vector.h>
+#include <vector>
 #include <cmath>
 
 

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.