From: Timo Heister <timo.heister@gmail.com>
Date: Fri, 24 Feb 2023 02:55:21 +0000 (-0500)
Subject: step-82: rename output filename
X-Git-Tag: v9.5.0-rc1~529^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e407534ef425c92430546c10cd82443f03ab138;p=dealii.git

step-82: rename output filename

like in #14816
---

diff --git a/examples/step-82/step-82.cc b/examples/step-82/step-82.cc
index 961f3f8418..e39970eb74 100644
--- a/examples/step-82/step-82.cc
+++ b/examples/step-82/step-82.cc
@@ -435,7 +435,7 @@ namespace Step82
     // At the end of the function, we output this sparsity pattern as
     // a scalable vector graphic. You can visualize it by loading this
     // file in most web browsers:
-    std::ofstream out("sparsity_pattern.svg");
+    std::ofstream out("sparsity-pattern.svg");
     sparsity_pattern.print_svg(out);
   }