Update reference calls

This commit is contained in:
Allen Byrne
2019-12-04 12:23:59 -06:00
parent e994c9cb4a
commit ba8f2f1174
2 changed files with 23 additions and 12 deletions

View File

@@ -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();