From: Roland Date: Fri, 11 Oct 2019 14:45:02 +0000 (+0200) Subject: Added comment to new line X-Git-Tag: v9.2.0-rc1~956^2~6 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c08cbd9bb2c61e29b364e63736c7a4d3a7d35ed0;p=dealii.git Added comment to new line --- diff --git a/include/deal.II/lac/arpack_solver.h b/include/deal.II/lac/arpack_solver.h index 50fc15f3ca..4bbdb42c02 100644 --- a/include/deal.II/lac/arpack_solver.h +++ b/include/deal.II/lac/arpack_solver.h @@ -764,8 +764,9 @@ ArpackSolver::solve(const MatrixType1 & /*system_matrix*/, break; } } - - control().check(iparam[2], 0.); + + // Set number of used iterations in SolverControl + control().check(iparam[2], 0.); if (info < 0) {