From c08cbd9bb2c61e29b364e63736c7a4d3a7d35ed0 Mon Sep 17 00:00:00 2001 From: Roland Date: Fri, 11 Oct 2019 16:45:02 +0200 Subject: [PATCH] Added comment to new line --- include/deal.II/lac/arpack_solver.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) { -- 2.39.5