summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/C/H5D/tfiles/16/h5ex_d_unlimadd.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'HDF5Examples/C/H5D/tfiles/16/h5ex_d_unlimadd.ddl')
-rw-r--r--HDF5Examples/C/H5D/tfiles/16/h5ex_d_unlimadd.ddl16
1 files changed, 16 insertions, 0 deletions
diff --git a/HDF5Examples/C/H5D/tfiles/16/h5ex_d_unlimadd.ddl b/HDF5Examples/C/H5D/tfiles/16/h5ex_d_unlimadd.ddl
new file mode 100644
index 0000000..db90326
--- /dev/null
+++ b/HDF5Examples/C/H5D/tfiles/16/h5ex_d_unlimadd.ddl
@@ -0,0 +1,16 @@
+HDF5 "h5ex_d_unlimadd.h5" {
+GROUP "/" {
+ DATASET "DS1" {
+ DATATYPE H5T_STD_I32LE
+ DATASPACE SIMPLE { ( 6, 10 ) / ( H5S_UNLIMITED, H5S_UNLIMITED ) }
+ DATA {
+ (0,0): 0, -1, -2, -3, -4, -5, -6, 7, 8, 9,
+ (1,0): 0, 0, 0, 0, 0, 0, 0, 7, 8, 9,
+ (2,0): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
+ (3,0): 0, 2, 4, 6, 8, 10, 12, 7, 8, 9,
+ (4,0): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
+ (5,0): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
+ }
+ }
+}
+}