diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2004-04-28 21:48:29 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2004-04-28 21:48:29 (GMT) |
commit | c66d2cb606a8fde100dd5b3bc81ff6c01a3c4ca9 (patch) | |
tree | 1491d2b4edca5466a88e8c04df7a3581525d9309 /src/H5MPprivate.h | |
parent | d992a4a387d543332c8fcc7e3cdebef5bcc47e7d (diff) | |
download | hdf5-c66d2cb606a8fde100dd5b3bc81ff6c01a3c4ca9.zip hdf5-c66d2cb606a8fde100dd5b3bc81ff6c01a3c4ca9.tar.gz hdf5-c66d2cb606a8fde100dd5b3bc81ff6c01a3c4ca9.tar.bz2 |
[svn-r8428] Purpose:
Updated for newly added function.
Platforms tested:
Tested in Copper with MPE option.
Misc. update:
Diffstat (limited to 'src/H5MPprivate.h')
-rw-r--r-- | src/H5MPprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5MPprivate.h b/src/H5MPprivate.h index 3547b4e..2ccbc0f 100644 --- a/src/H5MPprivate.h +++ b/src/H5MPprivate.h @@ -361,8 +361,8 @@ #define color_H5Pget_hyper_vector_size "red" #define color_H5Pset_small_data_block_size "red" #define color_H5Pget_small_data_block_size "red" -#define color_H5Pget_edc_check "red" #define color_H5Pset_edc_check "red" +#define color_H5Pget_edc_check "red" #define color_H5Pset_filter_callback "red" #define color_H5Pset_type_conv_cb "red" #define color_H5Pget_type_conv_cb "red" |