From: Wolfgang Bangerth Date: Fri, 1 Jul 2016 17:12:36 +0000 (-0500) Subject: Add missing instantiation of one function. X-Git-Tag: v8.5.0-rc1~931^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4e3e8528b79bed15602e9aca5fe83b9a46de132;p=dealii.git Add missing instantiation of one function. --- 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); }