summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/C/H5VDS/tfiles/110/h5ex_vds-simpleIO.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'HDF5Examples/C/H5VDS/tfiles/110/h5ex_vds-simpleIO.ddl')
-rw-r--r--HDF5Examples/C/H5VDS/tfiles/110/h5ex_vds-simpleIO.ddl14
1 files changed, 14 insertions, 0 deletions
diff --git a/HDF5Examples/C/H5VDS/tfiles/110/h5ex_vds-simpleIO.ddl b/HDF5Examples/C/H5VDS/tfiles/110/h5ex_vds-simpleIO.ddl
new file mode 100644
index 0000000..8a667e6
--- /dev/null
+++ b/HDF5Examples/C/H5VDS/tfiles/110/h5ex_vds-simpleIO.ddl
@@ -0,0 +1,14 @@
+HDF5 "h5ex_vds-simpleIO.h5" {
+GROUP "/" {
+ DATASET "VDS" {
+ DATATYPE H5T_STD_I32LE
+ DATASPACE SIMPLE { ( 4, 6 ) / ( 4, 6 ) }
+ DATA {
+ (0,0): 1, 1, 1, 1, 1, 1,
+ (1,0): 2, 2, 2, 2, 2, 2,
+ (2,0): 3, 3, 3, 3, 3, 3,
+ (3,0): 4, 4, 4, 4, 4, 4
+ }
+ }
+}
+}