Skip to content

Commit 5cc241b

Browse files
committed
Fixes docstring
1 parent 0980cb1 commit 5cc241b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ function jacobian(a, b, g::TwoDGrid)
243243
end
244244

245245
"""
246-
radialspectrum(ah, g; nr=nothing, =nothing, refinement=4)
246+
radialspectrum(ah, g; n=nothing, m=nothing, refinement=2)
247247
248248
Returns `aρ = ∫ ah(ρ,θ) ρ dρ dθ`, the radial spectrum of `ah` known on the
249249
Cartesian wavenumber grid (k,l).

0 commit comments

Comments
 (0)