From: Wolfgang Bangerth Date: Tue, 17 Sep 2013 01:57:18 +0000 (+0000) Subject: Remove 'typename'. X-Git-Tag: v8.1.0~794 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7c4fc71f7102e385339b04eefe0a0427aa7b62d;p=dealii.git Remove 'typename'. git-svn-id: https://svn.dealii.org/trunk@30755 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/dofs/dof_tools_constraints.inst.in b/deal.II/source/dofs/dof_tools_constraints.inst.in index 5c9bdd7c88..d61208de26 100644 --- a/deal.II/source/dofs/dof_tools_constraints.inst.in +++ b/deal.II/source/dofs/dof_tools_constraints.inst.in @@ -72,7 +72,7 @@ for (DH : DOFHANDLERS; deal_II_dimension : DIMENSIONS) template void DoFTools::make_periodicity_constraints - (const std::vector > &, + (const std::vector > &, dealii::ConstraintMatrix &, const ComponentMask &);