Skip to content

Commit

Permalink
More debuggging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vchoi-hdfgroup committed Sep 13, 2023
1 parent 88b3a73 commit 8b8e1c1
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions test/cmpd_dset.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,20 +175,6 @@ compare_stype4_data(void *expect_buf, void *rbuf)
printf("e is different\n");
err = TRUE;
}
#ifdef OUT
else if (s1_ptr->o != s2_ptr->o) {
printf("o is different\n");
err = TRUE;
}
else if (s1_ptr->p != s2_ptr->p) {
printf("p is different\n");
err = TRUE;
}
else if (s1_ptr->q != s2_ptr->q) {
printf("q is different\n");
err = TRUE;
}
#endif
if (err) {
H5_FAILED();
printf(" i=%d\n", i);
Expand Down

0 comments on commit 8b8e1c1

Please sign in to comment.