summaryrefslogtreecommitdiffstats
path: root/java/src/hdf
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-06-12 04:06:49 (GMT)
committerGitHub <noreply@github.com>2022-06-12 04:06:49 (GMT)
commit2a147be72f29bbe5077bdb7b21b74fc5d24f1b44 (patch)
treea9549d2f2c1ed4f0635f47d334005cbc0ff092b4 /java/src/hdf
parent4466a30825eda620a00e5d8fac35ecf765296aad (diff)
downloadhdf5-2a147be72f29bbe5077bdb7b21b74fc5d24f1b44.zip
hdf5-2a147be72f29bbe5077bdb7b21b74fc5d24f1b44.tar.gz
hdf5-2a147be72f29bbe5077bdb7b21b74fc5d24f1b44.tar.bz2
Hdf5 1 12 sync (#1794)
Diffstat (limited to 'java/src/hdf')
-rw-r--r--java/src/hdf/hdf5lib/HDF5Constants.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/src/hdf/hdf5lib/HDF5Constants.java b/java/src/hdf/hdf5lib/HDF5Constants.java
index 63e5262..1b85c1f 100644
--- a/java/src/hdf/hdf5lib/HDF5Constants.java
+++ b/java/src/hdf/hdf5lib/HDF5Constants.java
@@ -914,6 +914,8 @@ public class HDF5Constants {
/** */
public static final int H5R_OBJ_REF_BUF_SIZE = H5R_OBJ_REF_BUF_SIZE();
/** */
+ public static final int H5R_DSET_REG_REF_BUF_SIZE = H5R_DSET_REG_REF_BUF_SIZE();
+ /** */
public static final int H5R_OBJECT = H5R_OBJECT();
/** */
public static final int H5R_OBJECT1 = H5R_OBJECT1();
@@ -2395,6 +2397,8 @@ public class HDF5Constants {
private static native final int H5R_OBJ_REF_BUF_SIZE();
+ private static native final int H5R_DSET_REG_REF_BUF_SIZE();
+
private static native final int H5R_OBJECT();
private static native final int H5R_OBJECT1();