From 1b55e6c536e7c7e4cbeae9bf878e7263a7d55371 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 27 Oct 2006 14:57:02 +0000 Subject: [PATCH] src/H5PartPrivate.h - time-steps renamed from "Particles" to "Steps". - the macro defining the groupname of time-steps is now "H5PART_GROUPNAME_STEP" --- src/H5PartPrivate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5PartPrivate.h b/src/H5PartPrivate.h index 8c63b49..08b7cfe 100644 --- a/src/H5PartPrivate.h +++ b/src/H5PartPrivate.h @@ -1,7 +1,7 @@ #ifndef __H5PARTPRIVATE_H #define __H5PARTPRIVATE_H -#define H5PART_PARTICLES_GROUP "Particles" +#define H5PART_GROUPNAME_STEP "Step" /*! The functions declared here are not part of the API, but may be used