From: bangerth Date: Mon, 29 Mar 2010 02:42:16 +0000 (+0000) Subject: Add raw templates, no arguments. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f33c1e699de871bdc068684cb93e4719b5cc82e0;p=dealii-svn.git Add raw templates, no arguments. git-svn-id: https://svn.dealii.org/trunk@20911 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;