diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-04-21 15:36:22 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-04-21 15:36:22 (GMT) |
commit | 5eb6bc4dfebffadaa6de112b66f43e20bad9d0c5 (patch) | |
tree | 22b52f467386617b960536cbc5cce160951c70f1 /src/H5Eterm.h | |
parent | d7573cbc857f5a2a843a42b3ea05cd9d3770208d (diff) | |
download | hdf5-5eb6bc4dfebffadaa6de112b66f43e20bad9d0c5.zip hdf5-5eb6bc4dfebffadaa6de112b66f43e20bad9d0c5.tar.gz hdf5-5eb6bc4dfebffadaa6de112b66f43e20bad9d0c5.tar.bz2 |
[svn-r12293] Purpose:
Bug fix
Description:
Fix missing error code from flexible parallel removal
Platforms tested:
IBM AIX (copper) w/parallel
Diffstat (limited to 'src/H5Eterm.h')
-rw-r--r-- | src/H5Eterm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Eterm.h b/src/H5Eterm.h index e6795cf..d7afed8 100644 --- a/src/H5Eterm.h +++ b/src/H5Eterm.h @@ -150,7 +150,8 @@ H5E_CANTDIRTY_g= /* Parallel MPI errors */ H5E_MPI_g= -H5E_MPIERRSTR_g= +H5E_MPIERRSTR_g= +H5E_CANTRECV_g= /* Dataspace errors */ H5E_CANTCLIP_g= |