From a4e3e8528b79bed15602e9aca5fe83b9a46de132 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 1 Jul 2016 12:12:36 -0500 Subject: [PATCH] Add missing instantiation of one function. --- source/dofs/dof_tools_sparsity.inst.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/dofs/dof_tools_sparsity.inst.in b/source/dofs/dof_tools_sparsity.inst.in index a5fdc03a5b..14260fb84b 100644 --- a/source/dofs/dof_tools_sparsity.inst.in +++ b/source/dofs/dof_tools_sparsity.inst.in @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2009 - 2015 by the deal.II authors +// Copyright (C) 2009 - 2016 by the deal.II authors // // This file is part of the deal.II library. // @@ -349,4 +349,10 @@ for (deal_II_dimension : DIMENSIONS) DoFTools::dof_couplings_from_component_couplings (const FiniteElement &fe, const Table<2,DoFTools::Coupling> &component_couplings); + + template + std::vector > + DoFTools::dof_couplings_from_component_couplings + (const hp::FECollection &fe, + const Table<2,DoFTools::Coupling> &component_couplings); } -- 2.39.5