diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-01-25 16:53:14 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-01-25 16:53:14 (GMT) |
commit | 25f2ebda39e5a2932853668b88f821a5bd0faf32 (patch) | |
tree | e413bddd7d3b62c8539914538595bd21d3d28827 /Makefile.in | |
parent | 6cf7a8fe7db1ddd4d4dbfccd3306f1495fee2ae6 (diff) | |
download | hdf5-25f2ebda39e5a2932853668b88f821a5bd0faf32.zip hdf5-25f2ebda39e5a2932853668b88f821a5bd0faf32.tar.gz hdf5-25f2ebda39e5a2932853668b88f821a5bd0faf32.tar.bz2 |
[svn-r11891] Purpose: Small bug fix
Description: h5_group example didn't work on VMS; it turned out
that a group was not closed and since the default
file close degree is "weak", file was not closed either.
When program attempted to open the same file, system reported
an error since the file was "locked by another user".
UNIX systems apperently do not care and open the same file
without any problem.
Solution: Added H5Gclose calls.
Platforms tested: VMS server and heping
Misc. update:
Diffstat (limited to 'Makefile.in')
0 files changed, 0 insertions, 0 deletions