From b906defeeb2988225b252940862d24b4ba52efe6 Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Thu, 30 Nov 2017 09:46:47 -0500 Subject: [PATCH] Remove Doxygen markers inside ArpackSolver::solve --- include/deal.II/lac/arpack_solver.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/deal.II/lac/arpack_solver.h b/include/deal.II/lac/arpack_solver.h index f04eb19ca1..4853dc9a1b 100644 --- a/include/deal.II/lac/arpack_solver.h +++ b/include/deal.II/lac/arpack_solver.h @@ -541,10 +541,8 @@ void ArpackSolver::solve (const MatrixType1 &/*system_matrix*/, // maximum number of iterations iparam[2] = control().max_steps(); - /** - * Set the mode of dsaupd. 1 is exact shifting, 2 is user-supplied shifts, - * 3 is shift-invert mode, 4 is buckling mode, 5 is Cayley mode. - */ + // Set the mode of dsaupd. 1 is exact shifting, 2 is user-supplied shifts, + // 3 is shift-invert mode, 4 is buckling mode, 5 is Cayley mode. iparam[6] = mode; std::vector ipntr (14, 0); -- 2.39.5