From 1eca616dea022cd36220b29bfef8b40c73531afa Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 2 Aug 2015 13:03:12 -0400 Subject: [PATCH] Update Chebyshev documentation name. Note that PETSc switched the name from Chebychev to Chebyshev in version 3.3. --- include/deal.II/lac/petsc_solver.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5