We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe8284 commit 83e47bcCopy full SHA for 83e47bc
src/data_structures/mesh_refinement/refinement_queue.jl
@@ -88,7 +88,7 @@ function Base.setindex!(queue::RefinementQueue{T, E, F}, ℓ²::F, segment::E) w
88
end
89
90
"""
91
- Bassetindex!(queue::RefinementQueue{T,E,F}, ρ::F, triangle::T) where {T,E,F}
+ setindex!(queue::RefinementQueue{T,E,F}, ρ::F, triangle::T) where {T,E,F}
92
queue[triangle] = ρ
93
94
Add a `triangle` to `queue` whose radius-edge ratio is `ρ`. If the `triangle` is already in the `queue`, its priority is updated to `ρ`.
0 commit comments