From: bangerth Date: Tue, 17 Sep 2013 01:57:18 +0000 (+0000) Subject: Remove 'typename'. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5de2c002cea2b310d9ca1e9198d2b38f5cc2619;p=dealii-svn.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 &);