Skip to content

Commit

Permalink
Merge branch 'sync_develop_changes_to_1_14' of https://github.com/lrk…
Browse files Browse the repository at this point in the history
…nox/hdf5 into sync_develop_changes_to_1_14
  • Loading branch information
lrknox committed Jul 3, 2024
2 parents 16abdd2 + 99d12b1 commit fd34d51
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions test/earray.c
Original file line number Diff line number Diff line change
Expand Up @@ -2291,14 +2291,14 @@ test_skip_elmts(hid_t fapl, H5EA_create_t *cparam, earray_test_param_t *tparam,
int
main(void)
{
H5EA_create_t cparam; /* Creation parameters for extensible array */
earray_test_param_t tparam; /* Testing parameters */
earray_test_type_t curr_test; /* Current test being worked on */
earray_iter_type_t curr_iter; /* Current iteration type being worked on */
hid_t fapl = H5I_INVALID_HID; /* File access property list for data files */
unsigned nerrors = 0; /* Cumulative error count */
time_t curr_time; /* Current time, for seeding random number generator */
bool api_ctx_pushed = false; /* Whether API context pushed */
H5EA_create_t cparam; /* Creation parameters for extensible array */
earray_test_param_t tparam; /* Testing parameters */
earray_test_type_t curr_test; /* Current test being worked on */
earray_iter_type_t curr_iter; /* Current iteration type being worked on */
hid_t fapl = H5I_INVALID_HID; /* File access property list for data files */
unsigned nerrors = 0; /* Cumulative error count */
time_t curr_time; /* Current time, for seeding random number generator */
bool api_ctx_pushed = false; /* Whether API context pushed */

/* Reset library */
h5_test_init();
Expand Down
16 changes: 8 additions & 8 deletions test/farray.c
Original file line number Diff line number Diff line change
Expand Up @@ -1622,14 +1622,14 @@ test_skip_elmts(hid_t fapl, H5FA_create_t *cparam, farray_test_param_t *tparam,
int
main(void)
{
H5FA_create_t cparam; /* Creation parameters for fixed array */
farray_test_param_t tparam; /* Testing parameters */
farray_test_type_t curr_test; /* Current test being worked on */
farray_iter_type_t curr_iter; /* Current iteration type being worked on */
hid_t fapl = H5I_INVALID_HID; /* File access property list for data files */
unsigned nerrors = 0; /* Cumulative error count */
time_t curr_time; /* Current time, for seeding random number generator */
bool api_ctx_pushed = false; /* Whether API context pushed */
H5FA_create_t cparam; /* Creation parameters for fixed array */
farray_test_param_t tparam; /* Testing parameters */
farray_test_type_t curr_test; /* Current test being worked on */
farray_iter_type_t curr_iter; /* Current iteration type being worked on */
hid_t fapl = H5I_INVALID_HID; /* File access property list for data files */
unsigned nerrors = 0; /* Cumulative error count */
time_t curr_time; /* Current time, for seeding random number generator */
bool api_ctx_pushed = false; /* Whether API context pushed */

/* Reset library */
h5_test_init();
Expand Down

0 comments on commit fd34d51

Please sign in to comment.