From 810fd336bbec84a7307a0f15f4e5d808b02844ba Mon Sep 17 00:00:00 2001 From: young Date: Thu, 22 Dec 2011 12:21:35 +0000 Subject: [PATCH] Make note a note git-svn-id: https://svn.dealii.org/trunk@24852 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/petsc_solver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/lac/petsc_solver.h b/deal.II/include/deal.II/lac/petsc_solver.h index 9948c5b151..f352043d44 100644 --- a/deal.II/include/deal.II/lac/petsc_solver.h +++ b/deal.II/include/deal.II/lac/petsc_solver.h @@ -59,7 +59,7 @@ namespace PETScWrappers * href="http://www.mcs.anl.gov/petsc">documentation and manual * pages. * - * Note: Repeated calls to solve() on a solver object with a Preconditioner + * @note Repeated calls to solve() on a solver object with a Preconditioner * must be used with care. The preconditioner is initialized in the first call * to solve() and subsequent calls reuse the solver and preconditioner * object. This is done for performance reasons. The solver and preconditioner -- 2.39.5