From 8aa2732876991fdad6622510328463ce40eebd10 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 20 Sep 2006 01:41:08 +0000 Subject: [PATCH] src/H5Block.h - H5Block3dGetProcOf() * arg "f" is not "const" any more --- src/H5Block.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5Block.h b/src/H5Block.h index a01033b..c6dfbd5 100644 --- a/src/H5Block.h +++ b/src/H5Block.h @@ -65,7 +65,7 @@ H5Block3dGetReducedPartitionOfProc ( h5part_int64_t H5Block3dGetProcOf ( - const H5PartFile *f, + H5PartFile *f, h5part_int64_t i, h5part_int64_t j, h5part_int64_t k