From e4c712e0678f196e8b42fcb1f3ac8b7e5ad93885 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 27 Sep 2006 04:42:09 +0000 Subject: [PATCH] src/H5Part.c - _H5Part_set_step() * was static is public now --- src/H5Part.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5Part.c b/src/H5Part.c index 9bcd6e6..d86a0af 100644 --- a/src/H5Part.c +++ b/src/H5Part.c @@ -1295,7 +1295,7 @@ H5PartReadFileAttrib ( (they require explicit advancing by selecting a particular timestep). */ -static h5part_int64_t +h5part_int64_t _H5Part_set_step ( H5PartFile *f, /*!< [in] Handle to open file */ const h5part_int64_t step /*!< [in] Time-step to set. */