diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2002-06-25 19:03:56 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2002-06-25 19:03:56 (GMT) |
commit | a62923358d08a0b2e73ec2bc337c0adfbbd9f6a0 (patch) | |
tree | 8aa75db090b61093b4fc2ec74f9dee647583f346 | |
parent | ea7556b925a445c886275d45fe229522e0307d48 (diff) | |
download | hdf5-a62923358d08a0b2e73ec2bc337c0adfbbd9f6a0.zip hdf5-a62923358d08a0b2e73ec2bc337c0adfbbd9f6a0.tar.gz hdf5-a62923358d08a0b2e73ec2bc337c0adfbbd9f6a0.tar.bz2 |
[svn-r5702]
Purpose:
Maintenance
Description:
Added information about overloaded h5dwrite(read)_f and h5awrite(read)_f
functions in 1.4.4 release.
-rwxr-xr-x | doc/html/ADGuide/Changes.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/html/ADGuide/Changes.html b/doc/html/ADGuide/Changes.html index 91cdcc8..1069ba8 100755 --- a/doc/html/ADGuide/Changes.html +++ b/doc/html/ADGuide/Changes.html @@ -111,7 +111,10 @@ H5Pset_small_data_block_size <h3>Fortran90 Library</h3> <dir> - There were no changes to the public Fortran90 APIs for this release. + <code>h5dwrite_f, h5dread_f, h5awrite_f, h5aread_f </code>were overloaded + with <code>dims</code> argument to be assumed size array of type <code>INTEGER(HSIZE_T).</code> + We recommend to use the subroutines with the new type. Module subroutines + that accept <code>dims</code> as <code>INTEGER</code> array of size <code>7</code> will be deprecated in the 1.6 release. </dir> </dir> |