From a933d2583d44135d180bbd93ab37b17a8895c095 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 14 Nov 2001 10:03:33 +0000 Subject: [PATCH] Allow compilation of DoFTools::make_flux_sparsity_pattern in 1d (it was implemented but not instantiated). git-svn-id: https://svn.dealii.org/trunk@5194 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/dofs/dof_tools.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/source/dofs/dof_tools.cc b/deal.II/deal.II/source/dofs/dof_tools.cc index 71a27dfe61..074c521712 100644 --- a/deal.II/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/deal.II/source/dofs/dof_tools.cc @@ -2245,10 +2245,10 @@ DoFTools::map_dofs_to_support_points (const Mapping &mapping, // explicit instantiations -#if deal_II_dimension > 1 template void DoFTools::make_flux_sparsity_pattern (const DoFHandler& dof, SparsityPattern &sparsity); +#if deal_II_dimension > 1 template void DoFTools::make_flux_sparsity_pattern (const DoFHandler& dof, SparsityPattern &, -- 2.39.5