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