summaryrefslogtreecommitdiffstats
path: root/tools/h5format_convert/testfiles/old_h5fc_ext1_i.ddl
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-10-27 15:04:42 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-10-27 15:04:42 (GMT)
commit5b562d9ce9b2945d0378b9c03e01f42923da80f4 (patch)
tree3fa67d9656f2b32330e3fe31996952f60f71cdb9 /tools/h5format_convert/testfiles/old_h5fc_ext1_i.ddl
parentb34423f620b470e1c5dc38cdd3abbd5fe8adc4ec (diff)
downloadhdf5-5b562d9ce9b2945d0378b9c03e01f42923da80f4.zip
hdf5-5b562d9ce9b2945d0378b9c03e01f42923da80f4.tar.gz
hdf5-5b562d9ce9b2945d0378b9c03e01f42923da80f4.tar.bz2
Split tools into src and test - remove folders
Diffstat (limited to 'tools/h5format_convert/testfiles/old_h5fc_ext1_i.ddl')
-rw-r--r--tools/h5format_convert/testfiles/old_h5fc_ext1_i.ddl58
1 files changed, 0 insertions, 58 deletions
diff --git a/tools/h5format_convert/testfiles/old_h5fc_ext1_i.ddl b/tools/h5format_convert/testfiles/old_h5fc_ext1_i.ddl
deleted file mode 100644
index d1768c8..0000000
--- a/tools/h5format_convert/testfiles/old_h5fc_ext1_i.ddl
+++ /dev/null
@@ -1,58 +0,0 @@
-HDF5 "./testfiles/dmptmp.h5" {
-SUPER_BLOCK {
- SUPERBLOCK_VERSION 1
- FREELIST_VERSION 0
- SYMBOLTABLE_VERSION 0
- OBJECTHEADER_VERSION 0
- OFFSET_SIZE 8
- LENGTH_SIZE 8
- BTREE_RANK 16
- BTREE_LEAF 4
- ISTORE_K 64
- FILE_SPACE_STRATEGY H5F_FILE_SPACE_ALL
- FREE_SPACE_THRESHOLD 1
- USER_BLOCK {
- USERBLOCK_SIZE 0
- }
-}
-GROUP "/" {
- DATASET "DSET_CONTIGUOUS" {
- DATATYPE H5T_STD_I32LE
- DATASPACE SIMPLE { ( 10 ) / ( 10 ) }
- }
- DATASET "DSET_EA" {
- DATATYPE H5T_STD_I32LE
- DATASPACE SIMPLE { ( 4, 6 ) / ( 10, H5S_UNLIMITED ) }
- }
- DATASET "DSET_FA" {
- DATATYPE H5T_STD_I32LE
- DATASPACE SIMPLE { ( 4, 6 ) / ( 20, 10 ) }
- }
- DATASET "DSET_NDATA_BT2" {
- DATATYPE H5T_STD_I32LE
- DATASPACE SIMPLE { ( 4, 6 ) / ( H5S_UNLIMITED, H5S_UNLIMITED ) }
- }
- DATASET "DSET_NONE" {
- DATATYPE H5T_STD_I32LE
- DATASPACE SIMPLE { ( 4, 6 ) / ( 4, 6 ) }
- }
- GROUP "GROUP" {
- DATASET "DSET_BT2" {
- DATATYPE H5T_STD_I32LE
- DATASPACE SIMPLE { ( 4, 6 ) / ( H5S_UNLIMITED, H5S_UNLIMITED ) }
- }
- DATASET "DSET_NDATA_EA" {
- DATATYPE H5T_STD_I32LE
- DATASPACE SIMPLE { ( 4, 6 ) / ( 10, H5S_UNLIMITED ) }
- }
- DATASET "DSET_NDATA_FA" {
- DATATYPE H5T_STD_I32LE
- DATASPACE SIMPLE { ( 4, 6 ) / ( 20, 10 ) }
- }
- DATASET "DSET_NDATA_NONE" {
- DATATYPE H5T_STD_I32LE
- DATASPACE SIMPLE { ( 4, 6 ) / ( 4, 6 ) }
- }
- }
-}
-}