Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amrueda committed Dec 2, 2024
1 parent cd6bffa commit b31f8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meshes/p4est_icosahedron_quads.jl
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ const icosahedron_quad_vertices_idx_map = ([1, 2, 7, 6], # Quad 1
[7, 4, 5, 6]) # Quad 3
end

# Function to innitialize the p4est connectivity for the icosahedral grid.
# Function to initialize the p4est connectivity for the icosahedral grid.
# For reference, see Fig 1 and Fig 2 above.
function connectivity_icosahedron_2D(trees_per_face_dimension)
num_triangles = 20
Expand Down

0 comments on commit b31f8be

Please sign in to comment.