diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2004-05-26 19:43:42 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2004-05-26 19:43:42 (GMT) |
commit | dd03ef3f27627a0f482bb847b23664879df736fc (patch) | |
tree | 22aa0ba1fccfe6b3f7a7dc3b885a571902f7e324 | |
parent | 5e892a9d645f969ebe1980462cd50da1ec0c73b3 (diff) | |
download | hdf5-dd03ef3f27627a0f482bb847b23664879df736fc.zip hdf5-dd03ef3f27627a0f482bb847b23664879df736fc.tar.gz hdf5-dd03ef3f27627a0f482bb847b23664879df736fc.tar.bz2 |
[svn-r8581] Purpose: new test
Description: Add test of null dataspace for dataset and attribute in h5repack.
Platforms tested: RH8(fuss). Simple change, only h5repack is involved.
-rw-r--r-- | tools/h5diff/testh5diff_dset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5diff/testh5diff_dset.c b/tools/h5diff/testh5diff_dset.c index 8ea892b..242f5d7 100644 --- a/tools/h5diff/testh5diff_dset.c +++ b/tools/h5diff/testh5diff_dset.c @@ -619,7 +619,7 @@ static void write_null_dset(hid_t loc_id, int make_diffs) int val = 2; double dval = 7.8; - /* Create the null attribute */ + /* Create the null dataset */ sid = H5Screate(H5S_NULL); if(make_diffs) { dset_id = H5Dcreate(loc_id,"null_dset",H5T_NATIVE_INT,sid,H5P_DEFAULT); |