From: Wolfgang Bangerth Date: Sat, 4 Dec 1999 15:01:27 +0000 (+0000) Subject: Add one 'typename', which is necessary if dof.h is not included before. X-Git-Tag: v8.0.0~21384 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0707d4dcc145431e256a462b6058c876785454d;p=dealii.git Add one 'typename', which is necessary if dof.h is not included before. git-svn-id: https://svn.dealii.org/trunk@1976 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/dofs/dof_tools.h b/deal.II/deal.II/include/dofs/dof_tools.h index 98eb87ca8a..298df41c72 100644 --- a/deal.II/deal.II/include/dofs/dof_tools.h +++ b/deal.II/deal.II/include/dofs/dof_tools.h @@ -195,7 +195,7 @@ class DoFTools template static void make_boundary_sparsity_pattern (const DoFHandler& dof, - const DoFHandler::FunctionMap &boundary_indicators, + const typename DoFHandler::FunctionMap &boundary_indicators, const vector &dof_to_boundary_mapping, SparseMatrixStruct &sparsity);