From 6706ced119dd2acf5519591dc993e42637ba3f4b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 3 May 2021 18:04:34 -0600 Subject: [PATCH] Fix markup for a formula. --- include/deal.II/numerics/vector_tools_boundary.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/deal.II/numerics/vector_tools_boundary.h b/include/deal.II/numerics/vector_tools_boundary.h index 813a3740a8..0ace0d049c 100644 --- a/include/deal.II/numerics/vector_tools_boundary.h +++ b/include/deal.II/numerics/vector_tools_boundary.h @@ -384,8 +384,9 @@ namespace VectorTools * @f} * where $\vec{n}$ is an outward normal vector. * - * This function throws exception if used with $H_{curl}$ conforming elements, - * so the project_boundary_values_curl_conforming() should be used instead. + * This function throws an exception if used with $H_\text{curl}$ conforming + * elements, so the project_boundary_values_curl_conforming() should be used + * instead. * * @param[in] mapping The mapping that will be used in the transformations * necessary to integrate along the boundary. -- 2.39.5