]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix documentation.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 19 Nov 2004 16:26:23 +0000 (16:26 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 19 Nov 2004 16:26:23 +0000 (16:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@9794 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/precondition.h

index 78b1e458b5da75846c1f0469382c4b294148d9c7..e71047fae8f7818b77c6b75f58c401e0bd2a920c 100644 (file)
@@ -94,7 +94,7 @@ class PreconditionIdentity : public Subscriptor
  *
  *    gmres.solve (matrix, solution, right_hand_side,
  *                PreconditionUseMatrix<SparseMatrix<double>,Vector<double> >
- *                (matrix,&SparseMatrix<double>::template precondition_Jacobi));
+ *                (matrix,&SparseMatrix<double>::template precondition_Jacobi<double>));
  * @endcode
  * This creates an unnamed object to be passed as the fourth parameter to
  * the solver function of the SolverGMRES class. It assumes that the
@@ -110,7 +110,7 @@ class PreconditionIdentity : public Subscriptor
  *    ...
  *    gmres.solve (matrix, solution, right_hand_side,
  *                PreconditionUseMatrix<>
- *                  (matrix,&SparseMatrix<double>::template precondition_Jacobi));
+ *                  (matrix,&SparseMatrix<double>::template precondition_Jacobi<double>));
  * @endcode
  *
  * @author Guido Kanschat, Wolfgang Bangerth, 1999

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.