From dd03ef3f27627a0f482bb847b23664879df736fc Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Wed, 26 May 2004 14:43:42 -0500 Subject: [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. --- tools/h5diff/testh5diff_dset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v0.12