diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2012-04-16 21:20:26 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2012-04-16 21:20:26 (GMT) |
commit | a07c8f924703bdf3d1654b59cabf847f5d0f2683 (patch) | |
tree | 976dad3d894cfab9b88972a9e85d6bdfcf248f0d /testpar | |
parent | bdb6e538ac8c4eae6413b2a7583289644dc9c90f (diff) | |
download | hdf5-a07c8f924703bdf3d1654b59cabf847f5d0f2683.zip hdf5-a07c8f924703bdf3d1654b59cabf847f5d0f2683.tar.gz hdf5-a07c8f924703bdf3d1654b59cabf847f5d0f2683.tar.bz2 |
[svn-r22287] Description:
Clean up more FUNC_ENTER/FUNC_LEAVE macros and move H5D & H5T code toward
the final design (as exemplified by the H5EA & H5FA code).
Tested on:
Mac OSX/64 10.7.3 (amazon) w/debug & parallel
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/t_dset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_dset.c b/testpar/t_dset.c index 33cf765..456c01e 100644 --- a/testpar/t_dset.c +++ b/testpar/t_dset.c @@ -2534,7 +2534,7 @@ none_selection_chunk(void) * H5D_link_chunk_collective_io, processes report linked chunk I/O * * TEST_ACTUAL_IO_CONTIGUOUS: - * H5D_contig_collective_write or H5D_contig_collective_read + * H5D__contig_collective_write or H5D__contig_collective_read * each process reports contiguous collective I/O * * TEST_ACTUAL_IO_NO_COLLECTIVE: |