summaryrefslogtreecommitdiffstats
path: root/hl/test/test_packet.c
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2007-01-05 17:59:04 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2007-01-05 17:59:04 (GMT)
commitec1b0dfda6ac7049f1eeb32fbb93ebd92ccfd342 (patch)
treec0323be7c0a8d71245456cd674cd657924795db7 /hl/test/test_packet.c
parent75121771bbd468e333419a65511164a1099668a4 (diff)
downloadhdf5-ec1b0dfda6ac7049f1eeb32fbb93ebd92ccfd342.zip
hdf5-ec1b0dfda6ac7049f1eeb32fbb93ebd92ccfd342.tar.gz
hdf5-ec1b0dfda6ac7049f1eeb32fbb93ebd92ccfd342.tar.bz2
[svn-r13108] Cleaned up some warnings.
Tested on kagiso; I have another checkin coming, after which I'll run more extensive tests. Changes are pretty minor.
Diffstat (limited to 'hl/test/test_packet.c')
-rw-r--r--hl/test/test_packet.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hl/test/test_packet.c b/hl/test/test_packet.c
index 3445163..4268a08 100644
--- a/hl/test/test_packet.c
+++ b/hl/test/test_packet.c
@@ -63,6 +63,8 @@ static particle_t testPart[NRECORDS] = {
/*-------------------------------------------------------------------------
* function that compares one particle
+ * Comparing floating point should be safe here; HDF5 should store the
+ * fields verbatim and not lose any bits. -JML
*-------------------------------------------------------------------------
*/
static int cmp_par(size_t i, size_t j, particle_t *rbuf, particle_t *wbuf )