Skip to content

Commit

Permalink
Ensure dot file closed
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesBremner committed Oct 24, 2023
1 parent 5a91b9d commit 4ffc111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/viz.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ namespace raven

// write dot representation to file
f << makeDot(g);
f.close();

// run Graphviz dot program to layout the graph
// and create a PNG image file
Expand Down

0 comments on commit 4ffc111

Please sign in to comment.