diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2012-06-23 23:31:43 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2012-06-23 23:31:43 (GMT) |
commit | f59572a17ebab3d5c9d9aeb8eb17a6feefcb1899 (patch) | |
tree | 7026c3a2d761c67d06bd54bfcac40d300cd149f0 /release_docs | |
parent | 635916cec085636582c8685af1aa57055c095252 (diff) | |
download | hdf5-f59572a17ebab3d5c9d9aeb8eb17a6feefcb1899.zip hdf5-f59572a17ebab3d5c9d9aeb8eb17a6feefcb1899.tar.gz hdf5-f59572a17ebab3d5c9d9aeb8eb17a6feefcb1899.tar.bz2 |
[svn-r22483] 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 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index b43f875..7f38b9f 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -80,7 +80,10 @@ New Features Fortran API ----------- - - None + - 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) C++ API ------- |