From: Matthias Maier Date: Sat, 26 May 2018 16:22:02 +0000 (-0500) Subject: Bugfix: Add missing template default parameters to dof_tools.h X-Git-Tag: v9.1.0-rc1~1067^2~27 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f218122df4a241cb30ba91b7b47b2ecc72a8e0b4;p=dealii.git Bugfix: Add missing template default parameters to dof_tools.h --- 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,