From: Wolfgang Bangerth Date: Mon, 1 Jul 2024 23:10:34 +0000 (-0600) Subject: Fix the spelling of a class. X-Git-Tag: v9.6.0-rc1~147^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ab1a7a07b22e0630b83998c0ae277ecbdacea56;p=dealii.git Fix the spelling of a class. --- diff --git a/include/deal.II/sundials/ida.h b/include/deal.II/sundials/ida.h index cece278c32..68de04aa1b 100644 --- a/include/deal.II/sundials/ida.h +++ b/include/deal.II/sundials/ida.h @@ -62,7 +62,7 @@ namespace SUNDIALS * The class IDA is a wrapper to SUNDIALS Implicit Differential-Algebraic * solver which is a general purpose solver for systems of * Differential-Algebraic Equations (DAEs). Another class that can solve - * this set of equations is PETScWrappers::TS. + * this set of equations is PETScWrappers::TimeStepper. * * The user has to provide the implementation of the following std::functions: * - reinit_vector;