Skip to content

Commit

Permalink
Fix typo comment parallel_tree.jl (#2057)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Sep 2, 2024
1 parent f03bbbd commit 5c9332b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meshes/parallel_tree.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#
# An exception to the 2:1 rule exists for the low-level `refine_unbalanced!`
# function, which is required for implementing level-wise refinement in a sane
# way. Also, depth-first ordering *might* not by guaranteed during
# way. Also, depth-first ordering *might* not be guaranteed during
# refinement/coarsening operations.
mutable struct ParallelTree{NDIMS} <: AbstractTree{NDIMS}
parent_ids::Vector{Int}
Expand Down

0 comments on commit 5c9332b

Please sign in to comment.