From: Wolfgang Bangerth Date: Tue, 8 Jan 2002 18:03:38 +0000 (+0000) Subject: Fix a missing std:: X-Git-Tag: v8.0.0~18479 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f441187088975ddd6d7765969e87b6fa5179f79;p=dealii.git Fix a missing std:: git-svn-id: https://svn.dealii.org/trunk@5356 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/multigrid/mg_dof_tools.h b/deal.II/deal.II/include/multigrid/mg_dof_tools.h index 89070bed2c..d26a39fd05 100644 --- a/deal.II/deal.II/include/multigrid/mg_dof_tools.h +++ b/deal.II/deal.II/include/multigrid/mg_dof_tools.h @@ -164,7 +164,7 @@ class MGTools static void reinit_vector (const MGDoFHandler& mg_dof, MGLevelObject >& vector, - const vector& selected); + const std::vector& selected); }; diff --git a/deal.II/deal.II/source/fe/fe_system.cc b/deal.II/deal.II/source/fe/fe_system.cc index 85c1519e4c..ec9bb7ea96 100644 --- a/deal.II/deal.II/source/fe/fe_system.cc +++ b/deal.II/deal.II/source/fe/fe_system.cc @@ -1443,7 +1443,7 @@ bool FESystem::has_support_on_face (const unsigned int shape_index, const unsigned int face_index) const { - const pair component + const std::pair 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,