From: Denis Davydov Date: Sun, 12 Nov 2017 19:26:45 +0000 (+0100) Subject: fix illegal character ( instead of oe) X-Git-Tag: v9.0.0-rc1~789^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5442%2Fhead;p=dealii.git fix illegal character ( instead of oe) --- diff --git a/tests/lac/eigen.cc b/tests/lac/eigen.cc index 4f376b7f3d..35842bee5e 100644 --- a/tests/lac/eigen.cc +++ b/tests/lac/eigen.cc @@ -41,7 +41,7 @@ int main() * Compute minimal and maximal * eigenvalues of the 5-point * stencil matrix - * (Hackbusch:Iterative Lösung..., + * (Hackbusch:Iterative Loesung..., * Satz 4.1.1) */ const double h = 1./size;