]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove Doxygen markers inside ArpackSolver::solve 5556/head
authorBruno Turcksin <bruno.turcksin@gmail.com>
Thu, 30 Nov 2017 14:46:47 +0000 (09:46 -0500)
committerBruno Turcksin <bruno.turcksin@gmail.com>
Thu, 30 Nov 2017 14:46:47 +0000 (09:46 -0500)
include/deal.II/lac/arpack_solver.h

index f04eb19ca1549598bae2f354df7f556ad73169d8..4853dc9a1b3e986f1fa684e566dfc234c3e44bf2 100644 (file)
@@ -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<int> ipntr (14, 0);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.