From: Reza Rastak Date: Tue, 30 Apr 2019 20:41:29 +0000 (-0700) Subject: Arpack Solver documentation fix X-Git-Tag: v9.1.0-rc1~158^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a78ff635c78b480e3ae040b20972accd5152d97;p=dealii.git Arpack Solver documentation fix --- diff --git a/include/deal.II/lac/arpack_solver.h b/include/deal.II/lac/arpack_solver.h index 49664906f4..c79b2d36a9 100644 --- a/include/deal.II/lac/arpack_solver.h +++ b/include/deal.II/lac/arpack_solver.h @@ -135,9 +135,9 @@ dseupd_(int * rvec, * The ArpackSolver can be used in application codes with serial objects in * the following way: * @code - * SolverControl solver_control (1000, 1e-9); - * ArpackSolver (solver_control); - * system.solve (A, B, OP, lambda, x, size_of_spectrum); + * SolverControl solver_control(1000, 1e-9); + * ArpackSolver solver(solver_control); + * solver.solve(A, B, OP, lambda, x, size_of_spectrum); * @endcode * for the generalized eigenvalue problem $Ax=B\lambda x$, where the variable * size_of_spectrum tells ARPACK the number of