summaryrefslogtreecommitdiffstats
path: root/java/src/hdf
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-06-25 13:12:36 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-06-25 13:12:36 (GMT)
commit2b1be811e7e2d36ff871ffb9d2ea4e3e6d72c0aa (patch)
treea66010d0235249a945aa429ccec6a2c34f30e8b3 /java/src/hdf
parentbac6bc52d33860cb67281e005dfe08336e16480e (diff)
parent27047165aaa6838c4653daa56a41d7b64b6bf3cd (diff)
downloadhdf5-2b1be811e7e2d36ff871ffb9d2ea4e3e6d72c0aa.zip
hdf5-2b1be811e7e2d36ff871ffb9d2ea4e3e6d72c0aa.tar.gz
hdf5-2b1be811e7e2d36ff871ffb9d2ea4e3e6d72c0aa.tar.bz2
Merge pull request #1115 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '27047165aaa6838c4653daa56a41d7b64b6bf3cd': Remove debug statements Split/fix utility for vl types fix whitespace HDFVIEW compound vlen needed vlen_t size
Diffstat (limited to 'java/src/hdf')
-rw-r--r--java/src/hdf/hdf5lib/HDF5Constants.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/src/hdf/hdf5lib/HDF5Constants.java b/java/src/hdf/hdf5lib/HDF5Constants.java
index 43109f2..7eddac0 100644
--- a/java/src/hdf/hdf5lib/HDF5Constants.java
+++ b/java/src/hdf/hdf5lib/HDF5Constants.java
@@ -623,6 +623,7 @@ public class HDF5Constants {
public static final long H5T_UNIX_D64LE = H5T_UNIX_D64LE();
public static final long H5T_VARIABLE = H5T_VARIABLE();
public static final int H5T_VLEN = H5T_VLEN();
+ public static final int H5T_VL_T = H5T_VL_T();
public static final int H5Z_CB_CONT = H5Z_CB_CONT();
public static final int H5Z_CB_ERROR = H5Z_CB_ERROR();
public static final int H5Z_CB_FAIL = H5Z_CB_FAIL();
@@ -1825,6 +1826,8 @@ public class HDF5Constants {
private static native final int H5T_VLEN();
+ private static native final int H5T_VL_T();
+
private static native final int H5Z_CB_CONT();
private static native final int H5Z_CB_ERROR();