diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-08-11 00:01:41 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-08-11 00:01:41 (GMT) |
commit | f98f792fe3da31f5a994077987dc72a8dbe2ba10 (patch) | |
tree | a8dc58c40b8e76040562ef158d8ffe6196850e54 /src/H5Dchunk.c | |
parent | a794cc9103b1b8b78b9f5ed8ac72ea8dfc19835a (diff) | |
download | hdf5-f98f792fe3da31f5a994077987dc72a8dbe2ba10.zip hdf5-f98f792fe3da31f5a994077987dc72a8dbe2ba10.tar.gz hdf5-f98f792fe3da31f5a994077987dc72a8dbe2ba10.tar.bz2 |
[svn-r25524] remove usage of // comment styles.
Diffstat (limited to 'src/H5Dchunk.c')
-rw-r--r-- | src/H5Dchunk.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/H5Dchunk.c b/src/H5Dchunk.c index 6914607..fdb1e22 100644 --- a/src/H5Dchunk.c +++ b/src/H5Dchunk.c @@ -3689,9 +3689,10 @@ H5D__chunk_collective_fill(const H5D_t *dset, hid_t dxpl_id, blocks++; } - /* MSC - should use this if MPI_type_create_hindexed block is working */ - //mpi_code = MPI_Type_create_hindexed_block(blocks, block_len, chunk_disp_array, - //MPI_BYTE, &file_type); + /* MSC + * should use this if MPI_type_create_hindexed block is working + * mpi_code = MPI_Type_create_hindexed_block(blocks, block_len, chunk_disp_array, MPI_BYTE, &file_type); + */ mpi_code = MPI_Type_create_hindexed(blocks, block_lens, chunk_disp_array, MPI_BYTE, &file_type); if(mpi_code != MPI_SUCCESS) |