From 314d59af131967dd1c10fd4dd1599fe1d17a3e0e Mon Sep 17 00:00:00 2001 From: wolf Date: Sat, 4 Dec 1999 15:01:27 +0000 Subject: [PATCH] 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 --- deal.II/deal.II/include/dofs/dof_tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5