From c2b2635338b9086e543fa77457f9e22ff96b8025 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 2 Aug 2015 18:09:48 -0400 Subject: [PATCH] Fix a non-unicode character. --- include/deal.II/lac/sparse_vanka.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/lac/sparse_vanka.h b/include/deal.II/lac/sparse_vanka.h index 8f1a23d3a4..0018886eba 100644 --- a/include/deal.II/lac/sparse_vanka.h +++ b/include/deal.II/lac/sparse_vanka.h @@ -53,7 +53,7 @@ template class SparseBlockVanka; * Objects of this class are constructed by passing a vector of indices of the * degrees of freedom of the Lagrange multiplier. In the actual * preconditioning method, these rows are traversed in the order in which the - * appear in the matrix. Since this is a Gau�-Seidel like procedure, + * appear in the matrix. Since this is a Gauß-Seidel like procedure, * remember to have a good ordering in advance (for transport dominated * problems, Cuthill-McKee algorithms are a good means for this, if points on * the inflow boundary are chosen as starting points for the renumbering). -- 2.39.5