Skip to content

Commit

Permalink
Fix deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Aug 16, 2024
1 parent 831b718 commit 73cdcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MixedSubdivisions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1779,7 +1779,7 @@ function fine_mixed_cells(
max_tries = 10
)
if show_progress
p = ProgressMeter.ProgressUnknown(0.25, "Computing mixed cells...")
p = ProgressMeter.ProgressUnknown(dt=0.25, desc="Computing mixed cells...")
else
p = nothing
end
Expand Down

0 comments on commit 73cdcbb

Please sign in to comment.