From 4faf09e41d70181936fe36336076f32cf045f248 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 26 Dec 2021 10:56:21 -0700 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/minor/20211226Bangerth | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/news/changes/minor/20211226Bangerth diff --git a/doc/news/changes/minor/20211226Bangerth b/doc/news/changes/minor/20211226Bangerth new file mode 100644 index 0000000000..ba20870c28 --- /dev/null +++ b/doc/news/changes/minor/20211226Bangerth @@ -0,0 +1,5 @@ +Fixed: GridGenerator::flatten_triangulation() did not copy information +of edges of three-dimensional triangulations, even though it copied +information from faces. This is now fixed. +
+(Wolfgang Bangerth, 2021/12/26) -- 2.39.5