From 07293b8ceac2b42a719b803dfa99d034b5b1a31e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 14 Mar 2005 16:30:56 +0000 Subject: [PATCH] Clarify docs. git-svn-id: https://svn.dealii.org/trunk@10125 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_tools.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deal.II/deal.II/include/fe/fe_tools.h b/deal.II/deal.II/include/fe/fe_tools.h index f1281424b2..c9513e6ff9 100644 --- a/deal.II/deal.II/include/fe/fe_tools.h +++ b/deal.II/deal.II/include/fe/fe_tools.h @@ -619,6 +619,13 @@ class FETools * responsibility to destroy the * object pointed to at an * appropriate time. + * + * Since the value of the template + * argument can't be deduced from the + * (string) argument given to this + * function, you have to explicitly + * specify it when you call this + * function. */ template static -- 2.39.5