From: wolf Date: Wed, 14 Nov 2001 10:03:33 +0000 (+0000) Subject: Allow compilation of DoFTools::make_flux_sparsity_pattern in 1d (it X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30bbd36e3d1737dc8b12fe31b7f79a096b5ce003;p=dealii-svn.git 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 --- 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 &,