From 40af6cdfdedced3e821583779e00c6ad90ea73f8 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Thu, 12 Dec 2013 11:47:34 +0000 Subject: [PATCH] take over 31977 git-svn-id: https://svn.dealii.org/branches/releases/Branch-8-1@31978 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/dofs/dof_tools_sparsity.inst.in | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/deal.II/source/dofs/dof_tools_sparsity.inst.in b/deal.II/source/dofs/dof_tools_sparsity.inst.in index 6781dbeab2..9cb521c842 100644 --- a/deal.II/source/dofs/dof_tools_sparsity.inst.in +++ b/deal.II/source/dofs/dof_tools_sparsity.inst.in @@ -126,14 +126,6 @@ for (SP : SPARSITY_PATTERNS; deal_II_dimension : DIMENSIONS) (const hp::DoFHandler &dof, SP &sparsity); -#if deal_II_dimension > 1 - - template void - DoFTools::make_flux_sparsity_pattern,SP> - (const DoFHandler &dof, - SP &, - const Table<2,Coupling>&, - const Table<2,Coupling>&); template void DoFTools::make_flux_sparsity_pattern,SP> @@ -149,6 +141,16 @@ for (SP : SPARSITY_PATTERNS; deal_II_dimension : DIMENSIONS) const ConstraintMatrix &constraints, const bool, const unsigned int); + +#if deal_II_dimension > 1 + + template void + DoFTools::make_flux_sparsity_pattern,SP> + (const DoFHandler &dof, + SP &, + const Table<2,Coupling>&, + const Table<2,Coupling>&); + template void DoFTools::make_flux_sparsity_pattern,SP> (const hp::DoFHandler &dof, -- 2.39.5