summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5_f.c
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2023-05-01 22:21:47 (GMT)
committerGitHub <noreply@github.com>2023-05-01 22:21:47 (GMT)
commita0340338e53d4b34127a7e5356b28b1640f9414c (patch)
tree510fe676640fe3892feb681aca253984fd8df512 /fortran/src/H5_f.c
parent9ea976b9b617b0082f5e65f31942c8fbf1a120e1 (diff)
downloadhdf5-a0340338e53d4b34127a7e5356b28b1640f9414c.zip
hdf5-a0340338e53d4b34127a7e5356b28b1640f9414c.tar.gz
hdf5-a0340338e53d4b34127a7e5356b28b1640f9414c.tar.bz2
Add Fortran Selection IO APIs (#2864)
new selection IO fortran APIs with tests
Diffstat (limited to 'fortran/src/H5_f.c')
-rw-r--r--fortran/src/H5_f.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fortran/src/H5_f.c b/fortran/src/H5_f.c
index 3e1b65d..a9f2d96 100644
--- a/fortran/src/H5_f.c
+++ b/fortran/src/H5_f.c
@@ -467,6 +467,9 @@ h5init_flags_c(int_f *h5d_flags, size_t_f *h5d_size_flags, int_f *h5e_flags, hid
h5d_flags[26] = (int_f)H5D_VDS_FIRST_MISSING;
h5d_flags[27] = (int_f)H5D_VDS_LAST_AVAILABLE;
h5d_flags[28] = (int_f)H5D_VIRTUAL;
+ h5d_flags[29] = (int_f)H5D_SELECTION_IO_MODE_DEFAULT;
+ h5d_flags[30] = (int_f)H5D_SELECTION_IO_MODE_OFF;
+ h5d_flags[31] = (int_f)H5D_SELECTION_IO_MODE_ON;
/*
* H5E flags