summaryrefslogtreecommitdiffstats
path: root/hl/test
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-03-23 16:50:42 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-03-23 16:50:42 (GMT)
commit710d1caf54cc4edb47ef83280b6d5a1af445b9d1 (patch)
treeafd07de632487436fa2b032ead09fd1c3209804e /hl/test
parent0e8941b0881e5b39dbf87f2456c40eeb148dc79b (diff)
downloadhdf5-710d1caf54cc4edb47ef83280b6d5a1af445b9d1.zip
hdf5-710d1caf54cc4edb47ef83280b6d5a1af445b9d1.tar.gz
hdf5-710d1caf54cc4edb47ef83280b6d5a1af445b9d1.tar.bz2
[svn-r29531] Normalization w/ revise_chunks in preparation for big merge.
hl and bin directories Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/ Java, Fortran, & C++
Diffstat (limited to 'hl/test')
-rw-r--r--hl/test/Makefile.am1
-rw-r--r--hl/test/test_dset_opt.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/hl/test/Makefile.am b/hl/test/Makefile.am
index 32d14b6..bea760e 100644
--- a/hl/test/Makefile.am
+++ b/hl/test/Makefile.am
@@ -1,4 +1,3 @@
-#
# Copyright by The HDF Group.
# Copyright by the Board of Trustees of the University of Illinois.
# All rights reserved.
diff --git a/hl/test/test_dset_opt.c b/hl/test/test_dset_opt.c
index a8ffa44..c1e369e 100644
--- a/hl/test/test_dset_opt.c
+++ b/hl/test/test_dset_opt.c
@@ -41,7 +41,7 @@
#define CHUNK_NX 4
#define CHUNK_NY 4
-#define DEFLATE_SIZE_ADJUST(s) (ceil(((double)(s))*1.001F)+12)
+#define DEFLATE_SIZE_ADJUST(s) (ceil(((double)(s))*(double)1.001F)+12)
/* Temporary filter IDs used for testing */
#define H5Z_FILTER_BOGUS1 305