From e7934bb5f970ac631d7c41d373624ece04e526a7 Mon Sep 17 00:00:00 2001 From: Christoph Schmidt Date: Thu, 6 Apr 2023 17:58:36 +0200 Subject: [PATCH] Document minor change that has been introduced in pull request 14983. --- doc/news/changes/minor/20230405Schmidt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/minor/20230405Schmidt diff --git a/doc/news/changes/minor/20230405Schmidt b/doc/news/changes/minor/20230405Schmidt new file mode 100644 index 0000000000..99a4606b7d --- /dev/null +++ b/doc/news/changes/minor/20230405Schmidt @@ -0,0 +1,6 @@ +Fixed: In grid_out.cc VtkFlags with default settings were passed to the +write_vtu method instead of the available vtu_flags. Thus, a +compression_level that has been set was simply ignored. This has been +fixed in #14983 by passing the available vtu_flags to the method. +
+(Christoph Schmidt, 2023/04/05) -- 2.39.5