diff options
Diffstat (limited to 'src/H5F.c')
-rw-r--r-- | src/H5F.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -719,9 +719,9 @@ H5F_new(H5F_file_t *shared, hid_t fcpl_id, hid_t fapl_id) * does not permit caching. (maybe able to relax it for * read only open.) */ - if (H5FD_MPIO==f->shared->fapl->driver_id){ - f->shared->fapl->rdcc_nbytes = 0; - f->shared->fapl->mdc_nelmts = 0; + if (H5FD_MPIO==f->shared->driver_id){ + f->shared->rdcc_nbytes = 0; + f->shared->mdc_nelmts = 0; } #endif |