From 8a5afeae31ba61d8753e92fc196c4cdd4505e872 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 3 May 2010 13:18:42 +0000 Subject: [PATCH] - argument types for partition definition changed from 'h5_int64_t' to 'h5_size_t' --- test/H5Block/H5BlockTestAttributes.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/H5Block/H5BlockTestAttributes.c b/test/H5Block/H5BlockTestAttributes.c index b8ec285..c7dd81c 100644 --- a/test/H5Block/H5BlockTestAttributes.c +++ b/test/H5Block/H5BlockTestAttributes.c @@ -212,9 +212,9 @@ _read_data ( h5_int64_t rk = k + layout->k_start; int proc = (int) H5Block3dGetProcOf ( f, ri, rj, rk ); - h5_int64_t i_start, i_end; - h5_int64_t j_start, j_end; - h5_int64_t k_start, k_end; + h5_size_t i_start, i_end; + h5_size_t j_start, j_end; + h5_size_t k_start, k_end; H5Block3dGetPartitionOfProc ( f,