From 7d1f9a2e2d55e6e166cf9e937475b8c5c5f68d98 Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Sun, 12 Nov 2017 20:26:45 +0100 Subject: [PATCH] fix illegal character ( instead of oe) --- tests/lac/eigen.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5