From f218122df4a241cb30ba91b7b47b2ecc72a8e0b4 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sat, 26 May 2018 11:22:02 -0500 Subject: [PATCH] Bugfix: Add missing template default parameters to dof_tools.h --- include/deal.II/dofs/dof_tools.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/dofs/dof_tools.h b/include/deal.II/dofs/dof_tools.h index 09434fae1a..60b215d93a 100644 --- a/include/deal.II/dofs/dof_tools.h +++ b/include/deal.II/dofs/dof_tools.h @@ -627,7 +627,7 @@ namespace DoFTools */ template + typename number = double> void make_sparsity_pattern( const DoFHandlerType & dof_handler, @@ -1570,7 +1570,7 @@ namespace DoFTools * DoFs that are associated with the locally owned or ghost cells, but are not * owned by the current MPI core. */ - template + template IndexSet extract_dofs_with_support_contained_within( const DoFHandlerType &dof_handler, -- 2.39.5