diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2007-04-13 22:13:29 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2007-04-13 22:13:29 (GMT) |
commit | 2fa21f41a2c9acfc516cf1058ebca7d9fd59563d (patch) | |
tree | 1b5f1619d69a42a18d05152bfc7c0314877cfcb2 /src/H5MPprivate.h | |
parent | d00aad5e06e96739904b6664244bf13758e47dd2 (diff) | |
download | hdf5-2fa21f41a2c9acfc516cf1058ebca7d9fd59563d.zip hdf5-2fa21f41a2c9acfc516cf1058ebca7d9fd59563d.tar.gz hdf5-2fa21f41a2c9acfc516cf1058ebca7d9fd59563d.tar.bz2 |
[svn-r13661] Minor cleanups and bug fixes.
H5Zpublic.h file didn't include H5public.h; done
H5Spublic.h had ghost function H5Sset_space; deleted
h5gget_comment_c had a small bug in calculating buffer length; fixed
Platforms tested: pahra and kagiso; too minor for h5committest
Diffstat (limited to 'src/H5MPprivate.h')
-rw-r--r-- | src/H5MPprivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5MPprivate.h b/src/H5MPprivate.h index 6d0e02a..bb892ea 100644 --- a/src/H5MPprivate.h +++ b/src/H5MPprivate.h @@ -368,7 +368,6 @@ #define color_H5Sget_simple_extent_ndims "red" #define color_H5Sget_simple_extent_dims "red" #define color_H5Sis_simple "red" -#define color_H5Sset_space "red" #define color_H5Sget_select_npoints "red" #define color_H5Sselect_hyperslab "red" #define color_H5Scombine_hyperslab "red" |