From: Roland Date: Mon, 14 Oct 2019 13:19:23 +0000 (+0200) Subject: Indent X-Git-Tag: v9.2.0-rc1~956^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e9292fba29fae622ff64c8bdcd830129497ea83;p=dealii.git Indent --- 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);