From: bangerth Date: Mon, 15 Nov 2010 13:01:58 +0000 (+0000) Subject: No need to @ref tutorial programs any more. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a83808a0f1cd09457f21b202e8863481e0ed2af4;p=dealii-svn.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