summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5_f.c
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2009-04-17 19:09:35 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2009-04-17 19:09:35 (GMT)
commit3577791dcc55259829af881545db3482d6dc9405 (patch)
tree859d733570b3beea0a019a6ca6d6031e29374a3f /fortran/src/H5_f.c
parentccb31223c4156ef0dbe025435ee859d9d76e64d8 (diff)
downloadhdf5-3577791dcc55259829af881545db3482d6dc9405.zip
hdf5-3577791dcc55259829af881545db3482d6dc9405.tar.gz
hdf5-3577791dcc55259829af881545db3482d6dc9405.tar.bz2
[svn-r16782] Description:
Merged the changes from the trunk/fortran into the branch: used: svn merge -r 16362:16781 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran Platforms tested: smirom (pgf90, ifort) linew
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 d7bb3d8..a8b2d95 100644
--- a/fortran/src/H5_f.c
+++ b/fortran/src/H5_f.c
@@ -338,6 +338,9 @@ nh5init_flags_c( int_f *h5d_flags, int_f *h5f_flags,
h5d_flags[16] = (int_f)H5D_FILL_VALUE_UNDEFINED;
h5d_flags[17] = (int_f)H5D_FILL_VALUE_DEFAULT;
h5d_flags[18] = (int_f)H5D_FILL_VALUE_USER_DEFINED;
+ h5d_flags[19] = (int_f)H5D_CHUNK_CACHE_NSLOTS_DEFAULT;
+ h5d_flags[20] = (int_f)H5D_CHUNK_CACHE_NBYTES_DEFAULT;
+ h5d_flags[21] = (int_f)H5D_CHUNK_CACHE_W0_DEFAULT;
/*
* H5F flags