diff options
author | Quincey Koziol <koziol@lbl.gov> | 2020-12-01 16:15:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-01 16:15:34 (GMT) |
commit | adf7b1d4cf788f25a52619f5d1c957ac5a7c345c (patch) | |
tree | 3795ebb0bb5f7f752e26392971d0efdfe7c930cc /test/cache.c | |
parent | 123c5a653dbe3867e06eb8c31da952b7ef042f95 (diff) | |
download | hdf5-adf7b1d4cf788f25a52619f5d1c957ac5a7c345c.zip hdf5-adf7b1d4cf788f25a52619f5d1c957ac5a7c345c.tar.gz hdf5-adf7b1d4cf788f25a52619f5d1c957ac5a7c345c.tar.bz2 |
Add flag to H5CX_pop that allow setting the properties to return to application to be skipped. (#134)
Diffstat (limited to 'test/cache.c')
-rw-r--r-- | test/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cache.c b/test/cache.c index 0e923fd..5b54bb9 100644 --- a/test/cache.c +++ b/test/cache.c @@ -35871,7 +35871,7 @@ takedown_cache(H5F_t *file_ptr, hbool_t dump_stats, hbool_t dump_detailed_stats) } /* Pop API context */ - H5CX_pop(); + H5CX_pop(FALSE); if ((!try_core_file_driver) || (core_file_driver_failed)) { |