From 2e9292fba29fae622ff64c8bdcd830129497ea83 Mon Sep 17 00:00:00 2001 From: Roland Date: Mon, 14 Oct 2019 15:19:23 +0200 Subject: [PATCH] Indent --- tests/arpack/step-36_ar_with_iterations.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/arpack/step-36_ar_with_iterations.cc b/tests/arpack/step-36_ar_with_iterations.cc index bf6cb2658b..6f535ab5a0 100644 --- a/tests/arpack/step-36_ar_with_iterations.cc +++ b/tests/arpack/step-36_ar_with_iterations.cc @@ -316,7 +316,7 @@ namespace Step36 assemble_system(); const std::pair res = solve(); - + deallog << res.first << " iterations used" << std::endl; std::sort(eigenvalues.begin(), eigenvalues.end(), my_compare); -- 2.39.5