Skip to content

Commit

Permalink
Merge pull request #24 from ChrisRackauckas/patch-1
Browse files Browse the repository at this point in the history
Fix deprecation warnings
  • Loading branch information
saschatimme authored Aug 16, 2024
2 parents 831b718 + 73cdcbb commit bcc3fba
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 bcc3fba

Please sign in to comment.