From f33c1e699de871bdc068684cb93e4719b5cc82e0 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 29 Mar 2010 02:42:16 +0000 Subject: [PATCH] Add raw templates, no arguments. git-svn-id: https://svn.dealii.org/trunk@20911 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/template-arguments.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deal.II/common/template-arguments.in b/deal.II/common/template-arguments.in index 44efe2a1cc..e2e9a9f072 100644 --- a/deal.II/common/template-arguments.in +++ b/deal.II/common/template-arguments.in @@ -32,6 +32,10 @@ DOFHANDLERS := { DoFHandler; hp::DoFHandler; MGDoFHandler } +DOFHANDLER_TEMPLATES := { DoFHandler; + hp::DoFHandler; + MGDoFHandler } + TRIANGULATION_AND_DOFHANDLERS := { Triangulation; DoFHandler; hp::DoFHandler; -- 2.39.5