From d004c9d04bf9bfbcf110df82cfa0e50237c82558 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 18 Mar 2016 13:02:58 -0500 Subject: [PATCH] Fix erroneous character. --- include/deal.II/numerics/vector_tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/numerics/vector_tools.h b/include/deal.II/numerics/vector_tools.h index bbfe9e637b..7f83fb8aa5 100644 --- a/include/deal.II/numerics/vector_tools.h +++ b/include/deal.II/numerics/vector_tools.h @@ -1192,7 +1192,7 @@ namespace VectorTools * module on * @ref constraints. * - *

Arguments to this function>

+ *

Arguments to this function

* * This function is explicitly for use with FE_Nedelec elements, or with * FESystem elements which contain FE_Nedelec elements. It will throw an -- 2.39.5