summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/FORTRAN/H5T/tfiles/114/h5ex_t_vlenatt_F03.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'HDF5Examples/FORTRAN/H5T/tfiles/114/h5ex_t_vlenatt_F03.ddl')
-rw-r--r--HDF5Examples/FORTRAN/H5T/tfiles/114/h5ex_t_vlenatt_F03.ddl17
1 files changed, 17 insertions, 0 deletions
diff --git a/HDF5Examples/FORTRAN/H5T/tfiles/114/h5ex_t_vlenatt_F03.ddl b/HDF5Examples/FORTRAN/H5T/tfiles/114/h5ex_t_vlenatt_F03.ddl
new file mode 100644
index 0000000..4981104
--- /dev/null
+++ b/HDF5Examples/FORTRAN/H5T/tfiles/114/h5ex_t_vlenatt_F03.ddl
@@ -0,0 +1,17 @@
+HDF5 "h5ex_t_vlenatt_F03.h5" {
+GROUP "/" {
+ DATASET "DS1" {
+ DATATYPE H5T_STD_I32LE
+ DATASPACE NULL
+ DATA {
+ }
+ ATTRIBUTE "A1" {
+ DATATYPE H5T_VLEN { H5T_STD_I32LE }
+ DATASPACE SIMPLE { ( 2 ) / ( 2 ) }
+ DATA {
+ (0): (3, 2, 1), (1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144)
+ }
+ }
+ }
+}
+}