From: Sebastian Proell <sebastian.proell@tum.de>
Date: Wed, 12 Apr 2023 16:35:06 +0000 (+0200)
Subject: Don't mention defaults in CompressionFlags
X-Git-Tag: v9.5.0-rc1~335^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7085a451651a25b01fea1b403aaea76911a614ec;p=dealii.git

Don't mention defaults in CompressionFlags
---

diff --git a/include/deal.II/base/data_out_base.h b/include/deal.II/base/data_out_base.h
index 053d9ca727..d486d86f1c 100644
--- a/include/deal.II/base/data_out_base.h
+++ b/include/deal.II/base/data_out_base.h
@@ -215,8 +215,7 @@ namespace DataOutBase
      */
     best_speed,
     /**
-     * Use the algorithm which results in the smallest compressed
-     * files. This is the default flag.
+     * Use the algorithm which results in the smallest compressed files.
      */
     best_compression,
     /**