From: Timo Heister Date: Fri, 15 Jan 2021 16:55:50 +0000 (-0500) Subject: minor doc change for Simplex::FE_P X-Git-Tag: v9.3.0-rc1~611^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4952477961b0579738fe7584279aec5657dee87d;p=dealii.git minor doc change for Simplex::FE_P --- 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 */