From 8eb1d1aadeb45727aa7d0e13b19a88ca6c8305d2 Mon Sep 17 00:00:00 2001 From: Daniel Garcia-Sanchez Date: Sat, 2 Nov 2019 19:36:12 +0100 Subject: [PATCH] Fix typo --- include/deal.II/dofs/dof_tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/dofs/dof_tools.h b/include/deal.II/dofs/dof_tools.h index 79cf3de253..4107d83082 100644 --- a/include/deal.II/dofs/dof_tools.h +++ b/include/deal.II/dofs/dof_tools.h @@ -1158,7 +1158,7 @@ namespace DoFTools * [https://en.wikipedia.org/wiki/Bloch_wave](https://en.wikipedia.org/wiki/Bloch_wave). * The solution at @p face_2 is equal to the solution at @p face_1 times * @p periodicity_factor. For example, if the solution at @p face_1 is - * $\psi(0)$ and $\mathbf{d} is the corresponding point on @p face_2, then + * $\psi(0)$ and $\mathbf{d}$ is the corresponding point on @p face_2, then * the solution at @p face_2 should be * $\psi(d) = \psi(0)e^{-i \mathbf{k}\cdot \mathbf{d}}$. This condition can be * implemented using -- 2.39.5