diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2004-06-28 14:49:58 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2004-06-28 14:49:58 (GMT) |
commit | a331f676fa1b525533a745e4defff08615a38625 (patch) | |
tree | 4431165ccda14c274929d1369b0d36be89f84a57 /src | |
parent | ba717ead8b4344b6b4a1836e31be55f219ced407 (diff) | |
download | hdf5-a331f676fa1b525533a745e4defff08615a38625.zip hdf5-a331f676fa1b525533a745e4defff08615a38625.tar.gz hdf5-a331f676fa1b525533a745e4defff08615a38625.tar.bz2 |
[svn-r8750] Purpose: Bug fix
Description: Forgot to add H5Fget_filespace to H5MPprivate.h for MPE.
Solution: Defined color_H5Fget_filespac as "red".
Platforms tested: copper
Diffstat (limited to 'src')
-rw-r--r-- | src/H5MPprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5MPprivate.h b/src/H5MPprivate.h index f72a054..25eb861 100644 --- a/src/H5MPprivate.h +++ b/src/H5MPprivate.h @@ -130,6 +130,7 @@ #define color_H5Fmount "red" #define color_H5Funmount "red" #define color_H5Fget_freespace "red" +#define color_H5Fget_filespace "red" #define color_H5Gcreate "red" #define color_H5Gopen "red" |