From 7d03ba2c6bf11df719a007e99b546a13a9d176ba Mon Sep 17 00:00:00 2001 From: Nils Schween Date: Tue, 14 Mar 2023 15:55:19 +0100 Subject: [PATCH] Add a changelog entry --- doc/news/changes/minor/20230314nils-schween | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/news/changes/minor/20230314nils-schween diff --git a/doc/news/changes/minor/20230314nils-schween b/doc/news/changes/minor/20230314nils-schween new file mode 100644 index 0000000000..941024f288 --- /dev/null +++ b/doc/news/changes/minor/20230314nils-schween @@ -0,0 +1,5 @@ +Fixed: There was no instance of GridTools::collect_periodic_faces() with +MeshType = parallel::shared::Triangulation<1,1>. But the function works with the +template parameter as well. Thus, it should be instantiated. +
+(Nils Schween, 2023/03/14) \ No newline at end of file -- 2.39.5