diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-01-18 21:52:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-18 21:52:01 (GMT) |
commit | bd37363332c0016262a05e4515b9f0e30e9b3d89 (patch) | |
tree | 11fbd1dd00bb16c6e5b6075da5ad9dcb224ed43f /hl | |
parent | 8dc72928b8c2f0390659d14011b34983cf9b1171 (diff) | |
download | hdf5-bd37363332c0016262a05e4515b9f0e30e9b3d89.zip hdf5-bd37363332c0016262a05e4515b9f0e30e9b3d89.tar.gz hdf5-bd37363332c0016262a05e4515b9f0e30e9b3d89.tar.bz2 |
various cleanup java test, test files, comments (#1363)
Diffstat (limited to 'hl')
-rw-r--r-- | hl/test/test_packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/test/test_packet.c b/hl/test/test_packet.c index 5f30d4b..e8b90f7 100644 --- a/hl/test/test_packet.c +++ b/hl/test/test_packet.c @@ -47,7 +47,7 @@ typedef struct particle_t { */ static particle_t testPart[NRECORDS] = {{"zero", 0, 0, 0.0F, 0.0}, {"one", 10, 10, 1.0F, 10.0}, {"two", 20, 20, 2.0F, 20.0}, {"three", 30, 30, 3.0F, 30.0}, - {"Four", 40, 40, 4.0F, 40.0}, {"Five", 50, 50, 5.0F, 50.0}, + {"four", 40, 40, 4.0F, 40.0}, {"five", 50, 50, 5.0F, 50.0}, {"six", 60, 60, 6.0F, 60.0}, {"seven", 70, 70, 7.0F, 70.0}}; /*------------------------------------------------------------------------- |