From 83cc153268c455b1e4cf8f5ccb475b99decb0202 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 16 Feb 2018 10:24:45 -0500 Subject: [PATCH] followup: document Functions::LSingularityFunction --- include/deal.II/base/function_lib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/base/function_lib.h b/include/deal.II/base/function_lib.h index 48747e85bd..07a93a85d3 100644 --- a/include/deal.II/base/function_lib.h +++ b/include/deal.II/base/function_lib.h @@ -352,8 +352,8 @@ namespace Functions * Harmonic singularity on the L-shaped domain in 2D. * * The function is given in polar coordinates by $r^{\frac{2}{3}} - * sin(\frac{2}{3} \phi)$ with a singularity in the origin and should be - * used with GridGenerator::hyper_L. + * \sin(\frac{2}{3} \phi)$ with a singularity at the origin and should be + * used with GridGenerator::hyper_L(). * * @ingroup functions * @author Guido Kanschat -- 2.39.5