Skip to content

Commit

Permalink
zap indexNDb mslice from Lvalue as are aliases to ones also done
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Nov 24, 2024
1 parent e5002b0 commit 0c78d13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Basic/lib/PDL/Core.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2449,7 +2449,7 @@ Alias to L<PDL::Slices/slice>.
=cut

*PDL::mslice = \&PDL::Slices::slice;
*PDL::mslice = \&PDL::slice;

=head2 nslice_if_pdl
Expand Down
2 changes: 1 addition & 1 deletion Basic/lib/PDL/Lvalue.pm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use warnings;
# list of functions that can be used as lvalue subs
# extend as necessary
my @funcs = qw/ clump diagonal dice dice_axis dummy flat
index index2d indexND indexNDb mslice mv
index index2d indexND mv
broadcast unbroadcast
nslice_if_pdl px
range rangeb reorder reshape sever slice
Expand Down

0 comments on commit 0c78d13

Please sign in to comment.