Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 230e2e2

Browse files
committed
Fix reference in max_order_circular_harmonics()
1 parent 002a967 commit 230e2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sfs/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ def max_order_circular_harmonics(N):
610610
r"""Maximum order of 2D/2.5D HOA.
611611
612612
It returns the maximum order for which no spatial aliasing appears.
613-
It is given on page 132 of [Ahrens2012]_ as
613+
It is given on page 132 of :cite:`Ahrens2012` as
614614
615615
.. math::
616616
\mathtt{max\_order} =

0 commit comments

Comments
 (0)