summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5_f.c
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2009-04-16 21:41:47 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2009-04-16 21:41:47 (GMT)
commit7cb785674ed597083005ecb6045dcf2c7c91b183 (patch)
tree142320dff534885c03bc45d80c4dea91d9032eea /fortran/src/H5_f.c
parentb04489e6ceb9f8df7d6b1e06cc292c6c1525ef8f (diff)
downloadhdf5-7cb785674ed597083005ecb6045dcf2c7c91b183.zip
hdf5-7cb785674ed597083005ecb6045dcf2c7c91b183.tar.gz
hdf5-7cb785674ed597083005ecb6045dcf2c7c91b183.tar.bz2
[svn-r16768] Added definitions
H5D_CHUNK_CACHE_NSLOTS_DEFAULT_F H5D_CHUNK_CACHE_NBYTES_DEFAULT_F H5D_CHUNK_CACHE_W0_DEFAULT_F used in cache/chunk functions.
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