summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/C/H5VDS/tfiles/110/h5ex_vds-exc.ddl
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-12-21 15:53:24 (GMT)
committerGitHub <noreply@github.com>2023-12-21 15:53:24 (GMT)
commitaa734a5d7e19c0eb9232e55a2f257fd87ffee0f1 (patch)
tree4ae5cdc2ab39a1b73813203c194c72c9abcd3a42 /HDF5Examples/C/H5VDS/tfiles/110/h5ex_vds-exc.ddl
parent773245a0847e6b482f28b919fe4ed29b0f366834 (diff)
downloadhdf5-aa734a5d7e19c0eb9232e55a2f257fd87ffee0f1.zip
hdf5-aa734a5d7e19c0eb9232e55a2f257fd87ffee0f1.tar.gz
hdf5-aa734a5d7e19c0eb9232e55a2f257fd87ffee0f1.tar.bz2
Add VDS examples and fix non-standalone build (#3898)
* Choose a size for rdata dimension * Fix platform naming conflicts * Fix doxygen references to point within library repo
Diffstat (limited to 'HDF5Examples/C/H5VDS/tfiles/110/h5ex_vds-exc.ddl')
-rw-r--r--HDF5Examples/C/H5VDS/tfiles/110/h5ex_vds-exc.ddl10
1 files changed, 10 insertions, 0 deletions
diff --git a/HDF5Examples/C/H5VDS/tfiles/110/h5ex_vds-exc.ddl b/HDF5Examples/C/H5VDS/tfiles/110/h5ex_vds-exc.ddl
new file mode 100644
index 0000000..eb00999
--- /dev/null
+++ b/HDF5Examples/C/H5VDS/tfiles/110/h5ex_vds-exc.ddl
@@ -0,0 +1,10 @@
+HDF5 "h5ex_vds-exc.h5" {
+GROUP "/" {
+ DATASET "VDS-Excalibur" {
+ DATATYPE H5T_STD_I32LE
+ DATASPACE SIMPLE { ( 0, 15, 6 ) / ( H5S_UNLIMITED, 15, 6 ) }
+ DATA {
+ }
+ }
+}
+}