From ec71b9eaa69c1a444b54e1ecc4b6e3b0652f5008 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 15 Sep 2006 23:50:40 +0000 Subject: [PATCH] src/H5Block.h - declaration of "H5Block3dGetReducedPartitionOfProc()" added --- src/H5Block.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/H5Block.h b/src/H5Block.h index c178f7b..8576b8f 100644 --- a/src/H5Block.h +++ b/src/H5Block.h @@ -47,6 +47,17 @@ H5Block3dGetPartitionOfProc ( h5part_int64_t *k_end /*!< end index of k */ ); +h5part_int64_t +H5Block3dGetReducedPartitionOfProc ( + H5PartFile *f, + h5part_int64_t proc, + h5part_int64_t *i_start, + h5part_int64_t *i_end, + h5part_int64_t *j_start, + h5part_int64_t *j_end, + h5part_int64_t *k_start, + h5part_int64_t *k_end + ); h5part_int64_t H5Block3dGetProcOf (