diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2012-06-23 23:31:40 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2012-06-23 23:31:40 (GMT) |
commit | 24b1316f8b91a4ac2fd27668c56a96b04412c191 (patch) | |
tree | bd8bf0dbf6c5d1933088576f7c3e39fc3a4fb5d5 /release_docs | |
parent | b608652f7e6469550a5c7433ca8c3186ec26b7c3 (diff) | |
download | hdf5-24b1316f8b91a4ac2fd27668c56a96b04412c191.zip hdf5-24b1316f8b91a4ac2fd27668c56a96b04412c191.tar.gz hdf5-24b1316f8b91a4ac2fd27668c56a96b04412c191.tar.bz2 |
[svn-r22482] Maintenance:
- Fixed a typo in return value of the nh5dread_f_c function ( was 1
instead of 0 on success); fixed the return value to make it consistent
with other Fortran functions; cleaned the code from debug statements.
Platforms tested: jam with GNU and Intel compilers, fortran 2003 feature.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 93d2dd1..bfce039 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -693,6 +693,12 @@ Bug Fixes since HDF5-1.8.0 release (ADB - 2011/08/15) - perf_serial test added to Windows projects and check batch file. (ADB - 2009/06/11) + Fortran + -------- + - Fixed a typo in return value of the nh5dread_f_c function ( was 1 + instead of 0 on success); fixed the return value to make it consistent + with other Fortran functions; cleaned the code from debug statements. + (EIP - 2012/06/23) Tools ----- |