From: Ralf Hartmann Date: Mon, 27 Feb 2006 16:25:42 +0000 (+0000) Subject: Remove unnecessary template argument of InterGridMap. Allows to DH-templatize DoFTool... X-Git-Tag: v8.0.0~12170 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f60f2940889304f13de1964c68889e5aba09811d;p=dealii.git Remove unnecessary template argument of InterGridMap. Allows to DH-templatize DoFTools::compute_intergrid_constraints in future. git-svn-id: https://svn.dealii.org/trunk@12512 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/dofs/dof_tools.h b/deal.II/deal.II/include/dofs/dof_tools.h index 6bcf061459..1c7078430b 100644 --- a/deal.II/deal.II/include/dofs/dof_tools.h +++ b/deal.II/deal.II/include/dofs/dof_tools.h @@ -36,7 +36,7 @@ namespace hp } template class MGDoFHandler; class ConstraintMatrix; -template