diff options
author | Leon Arber <larber@ncsa.uiuc.edu> | 2004-05-06 22:44:38 (GMT) |
---|---|---|
committer | Leon Arber <larber@ncsa.uiuc.edu> | 2004-05-06 22:44:38 (GMT) |
commit | 1867c05efb2527e435776808720572e31ab95bb7 (patch) | |
tree | bd196861d102803a7c170872ff7ed0920942e95c /src/H5P.c | |
parent | 28eb73c97268c016728bce5e3e8d95ceb1f66b39 (diff) | |
download | hdf5-1867c05efb2527e435776808720572e31ab95bb7.zip hdf5-1867c05efb2527e435776808720572e31ab95bb7.tar.gz hdf5-1867c05efb2527e435776808720572e31ab95bb7.tar.bz2 |
[svn-r8488] Purpose:
Bug fix.
Description:
Fixed handling of trivial data transform expressions (like 5/3 + 3) and some
data coversion fixes. Also added more tests to dtransform.c
Solution:
Added some more checks in the H5Z_xform_reduce_tree function to see if perhaps
the transform expression is complicated and is a non-trivial reduction.
Added tests for data conversion to dtransform as well as tests for a trivial
data transform expression.
Platforms tested:
h5committest'ed, except used arabica instead of sol and didn't do on copper
b/c no logon there. Problem noted with mtime test...doesn't appear to be
related to anything having to do with data transforms.
Diffstat (limited to 'src/H5P.c')
-rw-r--r-- | src/H5P.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4455,6 +4455,7 @@ H5P_get(H5P_genplist_t *plist, const char *name, void *value) assert(plist); assert(name); + assert(value); /* Check if the property has been deleted */ |