diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-08-11 02:47:13 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-08-11 02:47:13 (GMT) |
commit | 80c02cc6f1ba4e4c564a862c24029c1230a5835d (patch) | |
tree | 364700509dfbdcbacf90577d551baa3864a800c1 /fortran/src/H5_f.c | |
parent | d24ae52673e96864f4e406dd7b277f91d42fbb38 (diff) | |
download | hdf5-80c02cc6f1ba4e4c564a862c24029c1230a5835d.zip hdf5-80c02cc6f1ba4e4c564a862c24029c1230a5835d.tar.gz hdf5-80c02cc6f1ba4e4c564a862c24029c1230a5835d.tar.bz2 |
[svn-r4327] Purpose:
More code cleanups
Description:
Wrap up the code cleanups for changing the dataset transfer property lists
over to using the generic property list code.
Platforms tested:
IRIX64 6.5 (modi4)
Diffstat (limited to 'fortran/src/H5_f.c')
-rw-r--r-- | fortran/src/H5_f.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/H5_f.c b/fortran/src/H5_f.c index 83eb113..b3f1a6c 100644 --- a/fortran/src/H5_f.c +++ b/fortran/src/H5_f.c @@ -248,7 +248,7 @@ nh5init_flags_c( int_f *h5d_flags, int_f *h5e_flags, int_f *h5f_flags, h5p_flags[0] = H5P_FILE_CREATE; h5p_flags[1] = H5P_FILE_ACCESS; h5p_flags[2] = H5P_DATASET_CREATE; - h5p_flags[3] = H5P_DATASET_XFER; + h5p_flags[3] = H5P_DATASET_XFER_NEW; h5p_flags[4] = H5P_MOUNT; h5p_flags[5] = H5P_DEFAULT; |