From: David Wells Date: Sun, 2 Aug 2015 17:03:12 +0000 (-0400) Subject: Update Chebyshev documentation name. X-Git-Tag: v8.4.0-rc2~670^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1eca616dea022cd36220b29bfef8b40c73531afa;p=dealii.git Update Chebyshev documentation name. Note that PETSc switched the name from Chebychev to Chebyshev in version 3.3. --- diff --git a/include/deal.II/lac/petsc_solver.h b/include/deal.II/lac/petsc_solver.h index 110515e586..299bd3f929 100644 --- a/include/deal.II/lac/petsc_solver.h +++ b/include/deal.II/lac/petsc_solver.h @@ -298,8 +298,8 @@ namespace PETScWrappers /** - * An implementation of the solver interface using the PETSc Chebychev - * solver. + * An implementation of the solver interface using the PETSc Chebyshev (or, + * prior version 3.3, Chebychev) solver. * * @ingroup PETScWrappers * @author Wolfgang Bangerth, 2004