From 7468e43cc326c58b213d6ef08f21c09e6c289325 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 26 Sep 2019 08:19:59 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/incompatibilities/20190926Bangerth | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20190926Bangerth diff --git a/doc/news/changes/incompatibilities/20190926Bangerth b/doc/news/changes/incompatibilities/20190926Bangerth new file mode 100644 index 0000000000..f0218678cf --- /dev/null +++ b/doc/news/changes/incompatibilities/20190926Bangerth @@ -0,0 +1,6 @@ +Changed: Several variations of the +DoFTools::make_periodicity_constraints() function expressed the +`direction` as an `int` variable. But it's really an unsigned +quantity, and as a consequence was changed to `unsigned int`. +
+(Wolfgang Bangerth, 2019/09/26) -- 2.39.5