diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2004-03-23 04:39:34 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2004-03-23 04:39:34 (GMT) |
commit | 40b72387aba7e8ca596e763cdb0b0ceb9a014470 (patch) | |
tree | e52548b8428bf976b28bd5c199c68681db4f6fb9 /perform | |
parent | 0af78cf333437d9e9985711f4c8dc07e7a9d8ead (diff) | |
download | hdf5-40b72387aba7e8ca596e763cdb0b0ceb9a014470.zip hdf5-40b72387aba7e8ca596e763cdb0b0ceb9a014470.tar.gz hdf5-40b72387aba7e8ca596e763cdb0b0ceb9a014470.tar.bz2 |
[svn-r8271] Purpose:
bug fix.
Description:
H5FD_mpio_init was calling the public API version of H5Iget_type()
which would clear the error stack, thus cleared away error messages
prematurely.
Solution:
Changed it to call the private version of H5I_get_type() which
does not clear the error stack.
Platforms tested:
o2 (SGI) parallel.
Diffstat (limited to 'perform')
0 files changed, 0 insertions, 0 deletions