diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2008-01-09 21:32:25 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2008-01-09 21:32:25 (GMT) |
commit | a594026a470785ae882d5a822b2ac50866038615 (patch) | |
tree | 2f71b08bb2b6f10fe0fdb14c6711141cffff1c0e /test/Makefile.in | |
parent | e3eeacdc731e349688612eb2c704586988706f52 (diff) | |
download | hdf5-a594026a470785ae882d5a822b2ac50866038615.zip hdf5-a594026a470785ae882d5a822b2ac50866038615.tar.gz hdf5-a594026a470785ae882d5a822b2ac50866038615.tar.bz2 |
[svn-r14386] Bug fix for #956. The calculation of the coordinates for dataspace selection went wrong when
the selection of some dimensions are full and these dimensions are optimized through
"flattenning". The calculation of the coordinates wasn't general enough in H5Shyper.c. Also
added a test program for it.
Tested on smirom only because the same code was tested on 3 platforms for v1.8.
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index d2e4814..a3137be 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -51,7 +51,7 @@ MOSTLYCLEAN=cmpd_dset.h5 compact_dataset.h5 dataset.h5 extend.h5 istore.h5 \ tfile[1-3].h5 th5s1.h5 th5s3.h5 lheap.h5 ohdr.h5 stab[1-2].h5 \ extern_[1-3].h5 extern_[1-4][ab].raw gheap[0-4].h5 \ links.h5 links[1-3].h5 big.data big[0-9][0-9][0-9][0-9][0-9].h5 \ - sec2.h5 stdio.h5 dtypes[1-7].h5 tattr.h5 \ + sec2.h5 stdio.h5 dtypes[1-7].h5 tattr.h5 coord.h5 \ tselect.h5 mtime.h5 unlink.h5 fillval_[0-9].h5 fillval.raw \ mount_[0-9].h5 testmeta.h5 ttime.h5 trefer[1-3].h5 tvltypes.h5 \ tvlstr.h5 tvlstr2.h5 flush.h5 enum1.h5 titerate.h5 ttsafe.h5 \ @@ -107,7 +107,7 @@ check test _test: $(TEST_PROGS) $(TEST_PROGS): $(LIB) $(LIBHDF5) TESTHDF5_OBJ=testhdf5.lo tarray.lo tattr.lo tconfig.lo tfile.lo \ - tgenprop.lo th5s.lo theap.lo titerate.lo tmeta.lo tmisc.lo \ + tgenprop.lo th5s.lo tcoords.lo theap.lo titerate.lo tmeta.lo tmisc.lo \ trefer.lo trefstr.lo tselect.lo tskiplist.lo ttime.lo ttst.lo \ tvltypes.lo tvlstr.lo |