functions and replaced it by \texttt{dim}/\texttt{spacedim}. Affected
classes are, e.g., \texttt{SolutionTransfer} and \texttt{DataOut}.
\item \texttt{FE\_RaviartThomasNodal} now uses a different polynomial space to allow
-for a simpler use for faces in non-standard orientation. The new polynomials
-are anisotropic tensor products of Lagrange polynomials on the points of the
-Gauss--Lobatto quadrature formula. This change leads to different entries, for example, in
-the matrices and constraints, but no change in accuracy should be expected as the resulting polynomial
-space spans the same polynomials.
-\item We made different changes in the repartitioning of \texttt{parallel::distributed::Triangulation}. Most notably, we have
-removed the default weight (10,000) in order to ensure consistency with the rest
-of the library.
-
+ for a simpler use for faces in non-standard orientation. The new polynomials
+ are anisotropic tensor products of Lagrange polynomials on the points of the
+ Gauss--Lobatto quadrature formula. This change leads to different entries, for example, in
+ the matrices and constraints, but no change in accuracy should be expected as the resulting polynomial
+ space spans the same polynomials.
+ \item We made different changes in the repartitioning of \texttt{parallel::distributed::Triangulation}. Most notably, we have
+ removed the default weight (10,000) in order to ensure consistency with the rest
+ of the library.
\end{itemize}