Browser.pm (PDL-2.082) | : | Browser.pm (PDL-2.083) | ||
---|---|---|---|---|
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 958 "/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 68 | skipping to change at line 66 | |||
This uses the CURSES library to allow one to scroll | This uses the CURSES library to allow one to scroll | |||
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 960 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | ||||
*browse = \&PDL::browse; | *browse = \&PDL::browse; | |||
#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 | |||
to redistribute this software / documentation under certain | to redistribute this software / documentation under certain | |||
conditions. For details, see the file COPYING in the PDL | conditions. For details, see the file COPYING in the PDL | |||
distribution. If this file is separated from the PDL distribution, | distribution. If this file is separated from the PDL distribution, | |||
the copyright notice should be included in the file. | the copyright notice should be included in the file. | |||
=cut | =cut | |||
#line 119 "Browser.pm" | #line 104 "Browser.pm" | |||
# Exit with OK status | # Exit with OK status | |||
1; | 1; | |||
End of changes. 4 change blocks. | ||||
7 lines changed or deleted | 1 lines changed or added |