diff options
author | Quincey Koziol <koziol@lbl.gov> | 2021-08-31 14:26:02 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@lbl.gov> | 2021-08-31 14:26:02 (GMT) |
commit | 93675a15f22d65f4892df8fb9ea05b653001429c (patch) | |
tree | 46e439cff9615f52c0ebbf4a2557667e134932bd /test/tmisc.c | |
parent | 929736cfb04df132e60df98c772db0db17dc0306 (diff) | |
parent | 01fe2549a36d7635b2cbe6f6a57cbcce29c1335b (diff) | |
download | hdf5-93675a15f22d65f4892df8fb9ea05b653001429c.zip hdf5-93675a15f22d65f4892df8fb9ea05b653001429c.tar.gz hdf5-93675a15f22d65f4892df8fb9ea05b653001429c.tar.bz2 |
Merge branch 'develop' into post_open_fix
Diffstat (limited to 'test/tmisc.c')
-rw-r--r-- | test/tmisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tmisc.c b/test/tmisc.c index 302da0d..b267330 100644 --- a/test/tmisc.c +++ b/test/tmisc.c @@ -5276,7 +5276,7 @@ test_misc28(void) * bytes). */ fapl = H5Pcreate(H5P_FILE_ACCESS); CHECK(fapl, FAIL, "H5Pcreate"); - ret = H5Pset_cache(fapl, MISC28_NSLOTS, MISC28_NSLOTS, MISC28_SIZE, 0.75F); + ret = H5Pset_cache(fapl, MISC28_NSLOTS, MISC28_NSLOTS, MISC28_SIZE, 0.75); CHECK(ret, FAIL, "H5Pset_cache"); /* Create the dcpl and set the chunk size */ |