From 0d95cf0c2b8eb780399bff10758687c18d4f39a8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 1 Jul 2023 15:14:21 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/minor/20230631Bangerth | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/minor/20230631Bangerth diff --git a/doc/news/changes/minor/20230631Bangerth b/doc/news/changes/minor/20230631Bangerth new file mode 100644 index 0000000000..acfb633d8c --- /dev/null +++ b/doc/news/changes/minor/20230631Bangerth @@ -0,0 +1,6 @@ +Changed: The constructor of the +PETScWrappers::PreconditionSSOR::AdditionalData class is now +`explicit`, thereby disallowing the implicit conversion of a number +(the relaxation factor) to an object of this type. +
+(Wolfgang Bangerth, 2023/07/01) -- 2.39.5