From 7017f0039960a905580667f4f0395aaf2168d412 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 5 Mar 2021 02:21:27 +0100 Subject: [PATCH] Fix a space issue in an exception text. --- include/deal.II/sundials/kinsol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); -- 2.39.5