diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2009-04-20 15:59:21 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2009-04-20 15:59:21 (GMT) |
commit | 2414c3e60087074d46afa5dfbf8648381aa13c28 (patch) | |
tree | b8358663e2fcf5b3ce1708200d2a1381a9d0165a /fortran/src/H5Pff.f90 | |
parent | bc36a358d115d1cddc7328e61a44558c023d20fd (diff) | |
download | hdf5-2414c3e60087074d46afa5dfbf8648381aa13c28.zip hdf5-2414c3e60087074d46afa5dfbf8648381aa13c28.tar.gz hdf5-2414c3e60087074d46afa5dfbf8648381aa13c28.tar.bz2 |
[svn-r16796] Changed
H5D_CHUNK_CACHE_NSLOTS_DEFAULT_F
H5D_CHUNK_CACHE_NBYTES_DEFAULT_F
H5D_CHUNK_CACHE_W0_DEFAULT_F
to
H5D_CHUNK_CACHE_NSLOTS_DFLT_F
H5D_CHUNK_CACHE_NBYTES_DFLT_F
H5D_CHUNK_CACHE_W0_DFLT_F
to get under the 31 limit for variable names
Diffstat (limited to 'fortran/src/H5Pff.f90')
-rw-r--r-- | fortran/src/H5Pff.f90 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fortran/src/H5Pff.f90 b/fortran/src/H5Pff.f90 index 499ae3f..c35c383 100644 --- a/fortran/src/H5Pff.f90 +++ b/fortran/src/H5Pff.f90 @@ -7042,9 +7042,9 @@ ! Once set, these values will override the values in the file access ! property list. Each of these values can be individually unset ! (or not set at all) by passing the macros: -! H5D_CHUNK_CACHE_NSLOTS_DEFAULT, -! H5D_CHUNK_CACHE_NBYTES_DEFAULT, and/or -! H5D_CHUNK_CACHE_W0_DEFAULT +! H5D_CHUNK_CACHE_NSLOTS_DFLT_F, +! H5D_CHUNK_CACHE_NBYTES_DFLT_F, and/or +! H5D_CHUNK_CACHE_W0_DFLT_F ! as appropriate. ! ! The RDCC_W0 value should be between 0 and 1 inclusive and |