diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2018-08-27 21:24:20 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2018-08-28 13:25:38 (GMT) |
commit | f4f2e83d2233699aaf32f2e7f715504b43542d42 (patch) | |
tree | 90cd4aa54908ebf1beef5941cecac86238547809 /testpar/testphdf5.h | |
parent | ebc3d3eda5b9e5c3090322e19898e47141efeadd (diff) | |
download | hdf5-f4f2e83d2233699aaf32f2e7f715504b43542d42.zip hdf5-f4f2e83d2233699aaf32f2e7f715504b43542d42.tar.gz hdf5-f4f2e83d2233699aaf32f2e7f715504b43542d42.tar.bz2 |
Merge pull request #1224 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to develop
* commit '763b95c6b0f027025a5a5bfb203b77317ffa2368':
Update RELEASE.txt with suggested changes
Update MANIFEST file for new t_coll_md_read.c file
Remove now-unused local variable
Add fix for HDFFV-10501
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r-- | testpar/testphdf5.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h index 322cb9b..176574e 100644 --- a/testpar/testphdf5.h +++ b/testpar/testphdf5.h @@ -294,6 +294,7 @@ void file_image_daisy_chain_test(void); void compress_readAll(void); #endif /* H5_HAVE_FILTER_DEFLATE */ void test_dense_attr(void); +void test_partial_no_selection_coll_md_read(void); /* commonly used prototypes */ hid_t create_faccess_plist(MPI_Comm comm, MPI_Info info, int l_facc_type); |