summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5_f.c
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2008-06-20 16:38:54 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2008-06-20 16:38:54 (GMT)
commitb950312318e798a71bb7d128029f03dedefd3285 (patch)
tree44e434979186dd2190a1434d154d22b4ad6347fe /fortran/src/H5_f.c
parentb5938a75afcf16b827158518bf9730c99cefb7c9 (diff)
downloadhdf5-b950312318e798a71bb7d128029f03dedefd3285.zip
hdf5-b950312318e798a71bb7d128029f03dedefd3285.tar.gz
hdf5-b950312318e798a71bb7d128029f03dedefd3285.tar.bz2
[svn-r15255] Description:
Added the function h5tget_native_type and associated requirements.
Diffstat (limited to 'fortran/src/H5_f.c')
-rw-r--r--fortran/src/H5_f.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fortran/src/H5_f.c b/fortran/src/H5_f.c
index 8df766c..efc478d 100644
--- a/fortran/src/H5_f.c
+++ b/fortran/src/H5_f.c
@@ -484,6 +484,8 @@ nh5init_flags_c( int_f *h5d_flags, int_f *h5f_flags,
h5t_flags[28] = (int_f)H5T_STR_ERROR;
h5t_flags[29] = (int_f)H5T_VLEN;
h5t_flags[30] = (int_f)H5T_ARRAY;
+ h5t_flags[31] = (int_f)H5T_DIR_ASCEND;
+ h5t_flags[32] = (int_f)H5T_DIR_DESCEND;
/*
* H5Z flags
*/