From 5e407534ef425c92430546c10cd82443f03ab138 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Thu, 23 Feb 2023 21:55:21 -0500 Subject: [PATCH] step-82: rename output filename like in #14816 --- examples/step-82/step-82.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5