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 14d2bbb commit 8d92144Copy full SHA for 8d92144
examples/annulus.jl
@@ -39,7 +39,7 @@ M = 4N-3
39
ρ = 2/3
40
41
# The radial grid:
42
-r = [begin t = (N-n-0.5)/(2N); ct = sinpi(t); st = cospi(t); sqrt(ct^2+ρ^2*st^2) end; for n in 0:N-1]
+r = [begin t = (N-n-0.5)/(2N); ct = sinpi(t); st = cospi(t); sqrt(ct^2+ρ^2*st^2) end for n in 0:N-1]
43
44
# The angular grid (mod $\pi$):
45
θ = (0:M-1)*2/M
0 commit comments