Skip to content

Commit

Permalink
add Int to interactive version of generate_mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwinters5000 committed Apr 30, 2024
1 parent f0dfacc commit 7a660fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mesh/Meshing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ the subdivision depth.
This function returns the output to `stdout` of the HOHQMesh binary when generating the mesh.
"""
function generate_mesh(proj::Project; verbose=false, subdivision_maximum=8)
function generate_mesh(proj::Project; verbose=false, subdivision_maximum::Int=8)
#
# Check to be sure background grid has been created (everything else is defaults)
#
Expand Down

0 comments on commit 7a660fb

Please sign in to comment.