Skip to content

Commit

Permalink
Merge pull request #14825 from tjhei/step-30-rename-output
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Feb 25, 2023
2 parents 8447f2a + 5e40753 commit b11b0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/step-82/step-82.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit b11b0bc

Please sign in to comment.