diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2003-06-05 17:31:38 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2003-06-05 17:31:38 (GMT) |
commit | 82cc42fd1950b2e1551c963bee47eddf2c8ebe86 (patch) | |
tree | 94364f3ed915caf40dce7b34fa8c086bbb296e87 /doc | |
parent | 29558fe080b25622203d3df4083135f9a1cf652e (diff) | |
download | hdf5-82cc42fd1950b2e1551c963bee47eddf2c8ebe86.zip hdf5-82cc42fd1950b2e1551c963bee47eddf2c8ebe86.tar.gz hdf5-82cc42fd1950b2e1551c963bee47eddf2c8ebe86.tar.bz2 |
[svn-r6973]
Purpose: Maintenance for 1.6 release
Description: Documented recent changes in 4 fortran APIs
h5pset(get)_fapl_core_f and h5pset(get)_preserve_f
Solution:
Platforms tested: IE
Misc. update:
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/html/ADGuide/Changes.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/html/ADGuide/Changes.html b/doc/html/ADGuide/Changes.html index 87ef581..335c8c3 100755 --- a/doc/html/ADGuide/Changes.html +++ b/doc/html/ADGuide/Changes.html @@ -268,6 +268,12 @@ H5function6 <dd>The 'start' and 'end' parameters have changed from <code>'hsize_t *'</code> to <code>'hssize_t *'</code> to better match the rest of the dataspace API. + <dt><code>h5pset(get)_fapl_core_f</code> + <dd>The 'backing_store' parameter has changed from + <code>INTEGER</code> to <code>LOGICAL</code> to match better C API + <dt><code>h5pset(get)_preserve_f</code> + <dd>The 'flag' parameter has changed from + <code>INTEGER</code> to <code>LOGICAL</code> to match better C API <dt><code>H5function</code> <dd>Description of change </dl> |