diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2007-02-26 16:55:45 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2007-02-26 16:55:45 (GMT) |
commit | 3ea2c632d50870966320bc13d716959745d1e7dd (patch) | |
tree | 08df6b152075c21887e0dc5abb34b88ad4719ec7 /test/h5test.c | |
parent | cd8dfb4650f45adf6d9a7205263378098f72d1c2 (diff) | |
download | hdf5-3ea2c632d50870966320bc13d716959745d1e7dd.zip hdf5-3ea2c632d50870966320bc13d716959745d1e7dd.tar.gz hdf5-3ea2c632d50870966320bc13d716959745d1e7dd.tar.bz2 |
[svn-r13388] Added a relative comparison between floating-point values to avoid compiler's
warning of comparing values with "==" or "!=".
Diffstat (limited to 'test/h5test.c')
-rw-r--r-- | test/h5test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/h5test.c b/test/h5test.c index 005b215..965c065 100644 --- a/test/h5test.c +++ b/test/h5test.c @@ -693,6 +693,7 @@ h5_show_hostname(void) WSACleanup(); #endif } + #ifdef H5_HAVE_PARALLEL /* |