diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-08-17 19:26:42 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-08-17 19:26:42 (GMT) |
commit | 4eb07936c7c2a852ebf1ad641d50a5767d3b2bb1 (patch) | |
tree | 42b2e453bbe72c5c05f212069472e9f1e65ef4d0 /src/H5Distore.c | |
parent | 49d1901fdde7e3c4ebb2db7f13214793832cba42 (diff) | |
download | hdf5-4eb07936c7c2a852ebf1ad641d50a5767d3b2bb1.zip hdf5-4eb07936c7c2a852ebf1ad641d50a5767d3b2bb1.tar.gz hdf5-4eb07936c7c2a852ebf1ad641d50a5767d3b2bb1.tar.bz2 |
[svn-r12593] Description:
Clean up some of the parallel chunk I/O compiler warnings and other minor
code rearrangement.
Tested on:
FreeBSD 4.11 (sleipnir) w/paralllel
h5committest
Diffstat (limited to 'src/H5Distore.c')
-rw-r--r-- | src/H5Distore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Distore.c b/src/H5Distore.c index b479aa0..26d332a 100644 --- a/src/H5Distore.c +++ b/src/H5Distore.c @@ -2458,7 +2458,7 @@ done: *------------------------------------------------------------------------- */ herr_t -H5D_istore_chunkmap(const H5D_io_info_t *io_info, hsize_t total_chunks,haddr_t chunk_addr[],hsize_t down_chunks[]) +H5D_istore_chunkmap(const H5D_io_info_t *io_info, haddr_t chunk_addr[],hsize_t down_chunks[]) { H5D_t *dset=io_info->dset; /* Local pointer to dataset info */ #if 0 |