Skip to content

Commit

Permalink
Missed prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
jbisits committed Nov 8, 2023
1 parent 819fb3e commit ecd9fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/TLDNSMakieExt/plotrecipes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ end
Animate volume distribution density in `computed_output`.
**Note:** this assumes `computed_output` is a `.nc` file.
"""
function animate_density_distribution(computed_output::AbstractString; σ_binwidth = 0.0001)
function TLDNS.animate_density_distribution(computed_output::AbstractString; σ_binwidth = 0.0001)

NCDataset(computed_output) do ds

Expand Down

0 comments on commit ecd9fd0

Please sign in to comment.