src/H5BlockTypes.h

* struct h5b_fdata
  - "timestep" renamed to "step_idx"
This commit is contained in:
2008-01-20 10:45:35 +00:00
parent 9940630e2c
commit 6df181d0c7
+1 -1
View File
@@ -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;