From: Wolfgang Bangerth Date: Wed, 23 May 2001 12:52:37 +0000 (+0000) Subject: Fix followup problem. X-Git-Tag: v8.0.0~19075 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5642ed31978fb3f55f03faf023061de513f97e89;p=dealii.git Fix followup problem. git-svn-id: https://svn.dealii.org/trunk@4719 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/dofs/dof_tools.cc b/deal.II/deal.II/source/dofs/dof_tools.cc index fecf5fa654..aa4ee1181f 100644 --- a/deal.II/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/deal.II/source/dofs/dof_tools.cc @@ -2178,7 +2178,7 @@ DoFTools::make_boundary_sparsity_pattern (const DoFHandler& d SparsityPattern &); template void DoFTools::make_boundary_sparsity_pattern (const DoFHandler& dof, - const DoFHandler::FunctionMap &boundary_indicators, + const FunctionMap::type &boundary_indicators, const std::vector &dof_to_boundary_mapping, SparsityPattern &sparsity); #endif