Skip to content

Commit 883167f

Browse files
author
Rik
committed
doc: Remove Notes in documentation scheduled for deletion in version 9.1.
* scripts/general/cart2pol.m, scripts/general/cart2sph.m, scripts/general/pol2cart.m, scripts/general/sph2cart.m: Remove Note in documentation about return form of argument for Matlab compatibility which was made in Octave 7.1.
1 parent 5bab2c3 commit 883167f

File tree

4 files changed

+2
-12
lines changed

4 files changed

+2
-12
lines changed

scripts/general/cart2pol.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@
6565
##
6666
## @end ifnottex
6767
##
68-
## @c FIXME: Remove this note in Octave 9.1 (two releases after 7.1).
69-
## Note: For @sc{matlab} compatibility, this function no longer returns a full
70-
## coordinate matrix when called with a single return argument.
7168
## @seealso{pol2cart, cart2sph, sph2cart}
7269
## @end deftypefn
7370

scripts/general/cart2sph.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@
6161
##
6262
## @end ifnottex
6363
##
64-
## @c FIXME: Remove this note in Octave 9.1 (two releases after 7.1).
65-
## Note: For @sc{matlab} compatibility, this function no longer returns a full
66-
## coordinate matrix when called with a single return argument.
6764
## @seealso{sph2cart, cart2pol, pol2cart}
6865
## @end deftypefn
6966

scripts/general/pol2cart.m

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@
6363
## @end example
6464
##
6565
## @end ifnottex
66-
## @c FIXME: Remove this note in Octave 9.1 (two releases after 7.1).
67-
## Note: For @sc{matlab} compatibility, this function no longer returns a full
68-
## coordinate matrix when called with a single return argument.
66+
##
6967
## @seealso{cart2pol, sph2cart, cart2sph}
7068
## @end deftypefn
7169

scripts/general/sph2cart.m

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@
6161
## @end example
6262
##
6363
## @end ifnottex
64-
## @c FIXME: Remove this note in Octave 9.1 (two releases after 7.1).
65-
## Note: For @sc{matlab} compatibility, this function no longer returns a full
66-
## coordinate matrix when called with a single return argument.
64+
##
6765
## @seealso{cart2sph, pol2cart, cart2pol}
6866
## @end deftypefn
6967

0 commit comments

Comments
 (0)