From 4952477961b0579738fe7584279aec5657dee87d Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 15 Jan 2021 11:55:50 -0500 Subject: [PATCH] minor doc change for Simplex::FE_P --- include/deal.II/simplex/fe_lib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/simplex/fe_lib.h b/include/deal.II/simplex/fe_lib.h index e26dd20b20..72628de30d 100644 --- a/include/deal.II/simplex/fe_lib.h +++ b/include/deal.II/simplex/fe_lib.h @@ -77,9 +77,9 @@ namespace Simplex /** - * Implementation of a scalar Lagrange finite element Pp that yields + * Implementation of a scalar Lagrange finite element $P_k$ that yields * the finite element space of continuous, piecewise polynomials of - * degree p. + * degree k. * * @ingroup simplex */ -- 2.39.5