Skip to content

Commit

Permalink
checking more of test file
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Sep 3, 2019
1 parent 4b86799 commit 5ff9c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ncint/tst_pio_async.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ main(int argc, char **argv)

/* Read distributed arrays. */
if (!(data_in = malloc(elements_per_pe * sizeof(int)))) PERR;
/* if (nc_get_vard_int(ncid, varid, ioid, 0, data_in)) PERR; */
if (nc_get_vard_int(ncid, varid, ioid, 0, data_in)) PERR;

/* Check results. */
/* for (i = 0; i < elements_per_pe; i++) */
Expand Down

0 comments on commit 5ff9c23

Please sign in to comment.