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