]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a missing std::
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 8 Jan 2002 18:03:38 +0000 (18:03 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 8 Jan 2002 18:03:38 +0000 (18:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@5356 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/multigrid/mg_dof_tools.h
deal.II/deal.II/source/fe/fe_system.cc

index 89070bed2ccf5474ac15e78ddb78b98d8c10da89..d26a39fd05d44611b2d770f664ea73c2e02927d4 100644 (file)
@@ -164,7 +164,7 @@ class MGTools
       static void
       reinit_vector (const MGDoFHandler<dim>& mg_dof,
                     MGLevelObject<BlockVector<number> >& vector,
-                    const vector<bool>& selected);
+                    const std::vector<bool>& selected);
 };
 
 
index 85c1519e4cf872d392f13ee922bfa6ca066b7353..ec9bb7ea9666daf8a981ef167fd41742fe5d8978 100644 (file)
@@ -1443,7 +1443,7 @@ bool
 FESystem<dim>::has_support_on_face (const unsigned int shape_index,
                                    const unsigned int face_index) const
 {
-  const pair<unsigned int, unsigned int> component
+  const std::pair<unsigned int, unsigned int> component
     = system_to_component_index(shape_index);
   const unsigned int base = component_to_base(component.first);
   return base_element(base).has_support_on_face(component.second,

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.