Skip to content

Commit

Permalink
remove unnecessary error check
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwinters5000 committed Nov 4, 2021
1 parent 0b7c58f commit 9885a06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/HOHQMesh.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ function generate_mesh(control_file;
if isnothing(mesh_filename)
mesh_filename = filebase * ".inp"
end
else
error("Unknown mesh file format")
end
if isnothing(plot_filename)
plot_filename = filebase * ".tec"
Expand Down

0 comments on commit 9885a06

Please sign in to comment.