diff options
author | Jacob Smith <jake.smith@hdfgroup.org> | 2018-09-14 20:10:01 (GMT) |
---|---|---|
committer | Jacob Smith <jake.smith@hdfgroup.org> | 2018-09-14 20:10:01 (GMT) |
commit | 14c044f1b113f964b8aca250498fe5b06a6288ca (patch) | |
tree | e6a9e8e18b875a877f208b04fe75580556591d9d /test | |
parent | 6af06e74bebf138240aed1e883de2df1c308d724 (diff) | |
download | hdf5-14c044f1b113f964b8aca250498fe5b06a6288ca.zip hdf5-14c044f1b113f964b8aca250498fe5b06a6288ca.tar.gz hdf5-14c044f1b113f964b8aca250498fe5b06a6288ca.tar.bz2 |
Change to use internal routines to get dcpl minimize setting.
Fix external file/link problem:
Include H5Fpkg.h to access file private variables directly.
Diffstat (limited to 'test')
-rw-r--r-- | test/ohdr_mindset.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ohdr_mindset.c b/test/ohdr_mindset.c index addcc0e..3870aa2 100644 --- a/test/ohdr_mindset.c +++ b/test/ohdr_mindset.c @@ -1459,6 +1459,8 @@ test_modification_times(void) PRINT_DSET_OH_COMPARISON(dset_mM_id, dset_mN_id) } +/* TODO: header versions currently 1... need to be >1 to enable? */ + /* TODO: do dataset headers support modification time tracking? * If not, this equality makes more sense? */ |