Browser.pm (PDL-2.080) | : | Browser.pm (PDL-2.081) | ||
---|---|---|---|---|
skipping to change at line 41 | skipping to change at line 41 | |||
=cut | =cut | |||
use strict; | use strict; | |||
use warnings; | use warnings; | |||
#line 44 "Browser.pm" | #line 44 "Browser.pm" | |||
=head1 FUNCTIONS | =head1 FUNCTIONS | |||
=cut | =cut | |||
#line 948 "../../blib/lib/PDL/PP.pm" | #line 949 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
=head2 browse | =head2 browse | |||
=for sig | =for sig | |||
Signature: (a(n,m)) | Signature: (a(n,m)) | |||
=head2 browse | =head2 browse | |||
=for ref | =for ref | |||
skipping to change at line 70 | skipping to change at line 70 | |||
around a PDL array using the cursor keys. | around a PDL array using the cursor keys. | |||
=for bad | =for bad | |||
browse does not process bad values. | browse does not process bad values. | |||
It will set the bad-value flag of all output ndarrays if the flag is set for any of the input ndarrays. | It will set the bad-value flag of all output ndarrays if the flag is set for any of the input ndarrays. | |||
=cut | =cut | |||
#line 92 "Browser.pm" | #line 92 "Browser.pm" | |||
#line 950 "../../blib/lib/PDL/PP.pm" | #line 951 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
*browse = \&PDL::browse; | *browse = \&PDL::browse; | |||
#line 99 "Browser.pm" | #line 99 "Browser.pm" | |||
#line 56 "browser.pd" | #line 56 "browser.pd" | |||
=head1 AUTHOR | =head1 AUTHOR | |||
Copyright (C) Robin Williams 1997 (rjrw@ast.leeds.ac.uk). | Copyright (C) Robin Williams 1997 (rjrw@ast.leeds.ac.uk). | |||
All rights reserved. There is no warranty. You are allowed | All rights reserved. There is no warranty. You are allowed | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |