From 80dd3f8d97286ce6d231300eecdf6a49e78dff8b Mon Sep 17 00:00:00 2001 From: Krishnakumar Gopalakrishnan Date: Tue, 14 Jan 2020 16:14:03 +0000 Subject: [PATCH] converts l_2 to LaTeX code --- include/deal.II/base/point.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/base/point.h b/include/deal.II/base/point.h index 7599edde4c..d6a109c10e 100644 --- a/include/deal.II/base/point.h +++ b/include/deal.II/base/point.h @@ -307,7 +307,7 @@ public: /** * Return the Euclidean distance of this point to the point - * p, i.e. the l_2 norm of the difference between the + * p, i.e. the $l_2$ norm of the difference between the * vectors representing the two points. * * @note This function can also be used in CUDA device code. -- 2.39.5