diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-04 18:23:59 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-12-04 18:24:53 (GMT) |
commit | ba8f2f1174093801edf1cb5e79095437c63cc57a (patch) | |
tree | 89894118de472559e0a7ebed84a4d3a88e561c46 /java/test/TestH5R.java | |
parent | e994c9cb4aa2e304a161145e26e03fcad6be0c2b (diff) | |
download | hdf5-ba8f2f1174093801edf1cb5e79095437c63cc57a.zip hdf5-ba8f2f1174093801edf1cb5e79095437c63cc57a.tar.gz hdf5-ba8f2f1174093801edf1cb5e79095437c63cc57a.tar.bz2 |
Update reference calls
Diffstat (limited to 'java/test/TestH5R.java')
-rw-r--r-- | java/test/TestH5R.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/test/TestH5R.java b/java/test/TestH5R.java index 0c307d1..bfa644c 100644 --- a/java/test/TestH5R.java +++ b/java/test/TestH5R.java @@ -361,7 +361,7 @@ public class TestH5R { String objName = "/dset"; try { - ref = H5.H5Rcreate_object(H5fid, objName); + ref = H5.H5Rcreate_object(H5fid, objName, HDF5Constants.H5P_DEFAULT); } catch (Throwable err) { err.printStackTrace(); @@ -403,7 +403,7 @@ public class TestH5R { String objName = "/dset"; try { - ref = H5.H5Rcreate_object(H5fid, objName); + ref = H5.H5Rcreate_object(H5fid, objName, HDF5Constants.H5P_DEFAULT); } catch (Throwable err) { err.printStackTrace(); |