From 6df181d0c7f8516277f07a68723eaaac1b6e0627 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Sun, 20 Jan 2008 10:45:35 +0000 Subject: [PATCH] src/H5BlockTypes.h * struct h5b_fdata - "timestep" renamed to "step_idx" --- src/H5BlockTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5BlockTypes.h b/src/H5BlockTypes.h index db96723..b2984e4 100644 --- a/src/H5BlockTypes.h +++ b/src/H5BlockTypes.h @@ -11,7 +11,7 @@ struct H5BlockPartition { }; struct h5b_fdata { - h5part_int64_t timestep; + h5part_int64_t step_idx; h5part_int64_t i_max; h5part_int64_t j_max; h5part_int64_t k_max;