From bad33a75d2fbf764268c24d75b8d8614775846d5 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 19 Apr 2007 09:26:54 +0000 Subject: [PATCH] src/H5Part.h - function declaration "H5PartDefineStepName()" added --- src/H5Part.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/H5Part.h b/src/H5Part.h index 141949d..2aff471 100644 --- a/src/H5Part.h +++ b/src/H5Part.h @@ -61,6 +61,13 @@ H5PartCloseFile ( /*============== File Writing Functions ==================== */ +h5part_int64_t +H5PartDefineStepName ( + H5PartFile *f, + const char *name, + const h5part_int64_t width + ); + h5part_int64_t H5PartSetNumParticles ( H5PartFile *f,