Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Dec 20, 2024
1 parent 8b4173f commit b2bd8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meshes/p4est_mesh.jl
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ function preprocess_standard_abaqus_for_p4est(meshfile_pre_proc,
parts = split(line, ',')
if occursin(quadratic_quads, current_element_type)
# Print the first (element), second to fifth (vertices 1-4) indices to file.
# For node order of quadratic (secod-order) quads, see
# For node order of quadratic (second-order) quads, see
# http://130.149.89.49:2080/v2016/books/usb/default.htm?startat=pt06ch28s01ael02.html
new_line = join(parts[1:5], ',')
elseif occursin(quadratic_hexes, current_element_type)
Expand Down

0 comments on commit b2bd8cb

Please sign in to comment.