Skip to content

Commit

Permalink
IO::HDF remove VNAMELENMAX and Vinquire as obsoleted by recent HDF4 - #…
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Oct 9, 2024
1 parent c1f022b commit c474d9d
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 106 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- t_linear stores iunit ounit itype otype
- IO::FITS no longer writes COMMENT header with "HASH(0x...)"
- add IO::GD::write_gif_anim for better GIF animation in Demos/harness
- IO::HDF remove VNAMELENMAX and Vinquire as obsoleted by recent HDF4 (#500) - thanks @a-shahba for report

2.093 2024-09-29
- PDL.set_datatype now doesn't physicalise input, PDL.convert_type does
Expand Down
7 changes: 0 additions & 7 deletions IO/HDF/HDF.pm
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,6 @@ This is the max name length for SDS variables, attribtues, and just about anythi
This is the max number of dims a HDF variable can have.
=item VNAMELENMAX
Max length of V interface names.
=back
=cut
Expand All @@ -203,9 +199,6 @@ use constant MAX_NC_NAME => 256;
# Maximum variable dims (use for alloc'ing mem for the low level calls that return dims:
use constant MAX_VAR_DIMS => 32;

# Max name len for VS interface:
use constant VNAMELENMAX => 64;

use constant FAIL => -1;

# Declaration of the different 'typemap' globals
Expand Down
Loading

0 comments on commit c474d9d

Please sign in to comment.