Skip to content

Commit

Permalink
Add missing close(io) to hohqmesh_tutorial.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan authored Jul 18, 2023
1 parent a12f82d commit 598fc69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/literate/src/files/hohqmesh_tutorial.jl
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ open("out/ice_cream_straight_sides.control", "w") do io
\end{MODEL}
\end{FILE}
""")
close(io)
end

# The first three blocks of information are wrapped within a `CONTROL_INPUT` environment block as they define the
Expand Down

0 comments on commit 598fc69

Please sign in to comment.