From: Wolfgang Bangerth Date: Fri, 5 Mar 2021 01:21:27 +0000 (+0100) Subject: Fix a space issue in an exception text. X-Git-Tag: v9.3.0-rc1~332^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7017f0039960a905580667f4f0395aaf2168d412;p=dealii.git Fix a space issue in an exception text. --- diff --git a/include/deal.II/sundials/kinsol.h b/include/deal.II/sundials/kinsol.h index 869c42d6e8..c801f28fec 100644 --- a/include/deal.II/sundials/kinsol.h +++ b/include/deal.II/sundials/kinsol.h @@ -632,7 +632,7 @@ namespace SUNDIALS DeclException1(ExcKINSOLError, int, << "One of the SUNDIALS KINSOL internal functions " - << " returned a negative error code: " << arg1 + << "returned a negative error code: " << arg1 << ". Please consult SUNDIALS manual.");