From: David Wells <drwells@email.unc.edu>
Date: Sun, 15 Aug 2021 17:11:06 +0000 (-0400)
Subject: Fix two small documentation issues.
X-Git-Tag: v9.4.0-rc1~1081^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63e231bd7ccfe9bececd82106e27fd3dd05efd8a;p=dealii.git

Fix two small documentation issues.

Its not worth opening two PRs.
---

diff --git a/cmake/config/template-arguments.in b/cmake/config/template-arguments.in
index 055c25c230..f00dcc1442 100644
--- a/cmake/config/template-arguments.in
+++ b/cmake/config/template-arguments.in
@@ -60,6 +60,8 @@ ALL_SCALAR_TYPES := {
 
 // scalar types that have a corresponding MPI datatype and that we can
 // therefore use in calls like MPI_Allreduce
+//
+// Since many of our MPI calls use std::vector we cannot include bool here
 MPI_SCALARS     := { int;
                      long int;
                      unsigned int;
diff --git a/include/deal.II/fe/fe_q_bubbles.h b/include/deal.II/fe/fe_q_bubbles.h
index bff844e1b4..5aa094d146 100644
--- a/include/deal.II/fe/fe_q_bubbles.h
+++ b/include/deal.II/fe/fe_q_bubbles.h
@@ -35,7 +35,7 @@ DEAL_II_NAMESPACE_OPEN
  * each coordinate direction plus some (non-normalized) bubble enrichment space
  * spanned by the additional shape function
  * $\varphi_j(\mathbf x)
- * = 2^{p-1}\left(x_j-frac 12\right)^{p-1}
+ * = 2^{p-1}\left(x_j-\frac 12\right)^{p-1}
  * \left[\prod_{i=0}^{dim-1}(x_i(1-x_i))\right]$.
  * for $j=0,\ldots,dim-1$.  If $p$ is one, then the first factor
  * disappears and one receives the usual bubble function centered