mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-07 16:37:56 +08:00
[svn-r25386] remove double declaration of off and len.
This commit is contained in:
parent
8925b39181
commit
43b3c20c93
@ -357,8 +357,6 @@ H5S_mpio_permute_type(const H5S_t *space, size_t elmt_size, hsize_t **permute,
|
||||
MPI_Aint *disp = NULL; /* Datatype displacement for each point*/
|
||||
H5S_sel_iter_t sel_iter; /* Selection iteration info */
|
||||
hbool_t sel_iter_init = FALSE; /* Selection iteration info has been initialized */
|
||||
hsize_t off[H5D_IO_VECTOR_SIZE]; /* Array to store sequence offsets */
|
||||
size_t len[H5D_IO_VECTOR_SIZE]; /* Array to store sequence lengths */
|
||||
hssize_t snum_points; /* Signed number of elements in selection */
|
||||
hsize_t num_points; /* Number of points in the selection */
|
||||
size_t max_elem; /* Maximum number of elements allowed in sequences */
|
||||
|
Loading…
Reference in New Issue
Block a user