From: David Wells Date: Sun, 2 Aug 2015 22:09:48 +0000 (-0400) Subject: Fix a non-unicode character. X-Git-Tag: v8.4.0-rc2~679^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2b2635338b9086e543fa77457f9e22ff96b8025;p=dealii.git Fix a non-unicode character. --- 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).