From: Wolfgang Bangerth Date: Thu, 16 Jan 2025 18:21:13 +0000 (-0700) Subject: Fix an error message. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18007%2Fhead;p=dealii.git Fix an error message. --- diff --git a/include/deal.II/sundials/ida.h b/include/deal.II/sundials/ida.h index a313acdcad..adf166512a 100644 --- a/include/deal.II/sundials/ida.h +++ b/include/deal.II/sundials/ida.h @@ -1069,8 +1069,8 @@ namespace SUNDIALS */ DeclException1(ExcIDAError, int, - << "One of the SUNDIALS IDA internal functions " - << " returned a negative error code: " << arg1 + << "One of SUNDIALS IDA's internal functions " + << "returned an error code: " << arg1 << ". Please consult SUNDIALS manual.");