From: Wolfgang Bangerth Date: Mon, 15 Nov 2010 13:01:58 +0000 (+0000) Subject: No need to @ref tutorial programs any more. X-Git-Tag: v8.0.0~4915 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac2e74429939e6a5a9cd0c662ddc8729f860b50e;p=dealii.git No need to @ref tutorial programs any more. git-svn-id: https://svn.dealii.org/trunk@22742 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/petsc_precondition.h b/deal.II/include/deal.II/lac/petsc_precondition.h index 0e9a3ad4a8..6b0b26c2e2 100644 --- a/deal.II/include/deal.II/lac/petsc_precondition.h +++ b/deal.II/include/deal.II/lac/petsc_precondition.h @@ -602,7 +602,7 @@ namespace PETScWrappers * multigrid preconditioner from the HYPRE suite. Note that PETSc has to be * configured with HYPRE (e.g. with --download-hypre=1). * - * The preconditioner does support parallel distributed computations. See @ref + * The preconditioner does support parallel distributed computations. See * step-40 for an example. * * @ingroup PETScWrappers