summaryrefslogtreecommitdiffstats
path: root/java/src/jni/h5Constants.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-12-21 19:48:39 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-12-21 19:48:49 (GMT)
commit1efe978ae0ea97272d1796e43b1cb1b0f4e58272 (patch)
treefe7bca90f4164b8793178729a507229f87a1aed5 /java/src/jni/h5Constants.c
parent7cddfb09dbfb472e704e2f64ce81bb6675fb72f2 (diff)
downloadhdf5-1efe978ae0ea97272d1796e43b1cb1b0f4e58272.zip
hdf5-1efe978ae0ea97272d1796e43b1cb1b0f4e58272.tar.gz
hdf5-1efe978ae0ea97272d1796e43b1cb1b0f4e58272.tar.bz2
Fix library interface commands, add missing JNI
Diffstat (limited to 'java/src/jni/h5Constants.c')
-rw-r--r--java/src/jni/h5Constants.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/src/jni/h5Constants.c b/java/src/jni/h5Constants.c
index f6f8bfa..5a4b53e 100644
--- a/java/src/jni/h5Constants.c
+++ b/java/src/jni/h5Constants.c
@@ -140,6 +140,8 @@ JNIEXPORT jint JNICALL
Java_hdf_hdf5lib_HDF5Constants_H5D_1VDS_1FIRST_1MISSING(JNIEnv *env, jclass cls) { return H5D_VDS_FIRST_MISSING; }
JNIEXPORT jint JNICALL
Java_hdf_hdf5lib_HDF5Constants_H5D_1VDS_1LAST_1AVAILABLE(JNIEnv *env, jclass cls) { return H5D_VDS_LAST_AVAILABLE; }
+JNIEXPORT jint JNICALL
+Java_hdf_hdf5lib_HDF5Constants_H5D_1CHUNK_1DONT_1FILTER_1PARTIAL_1CHUNKS(JNIEnv *env, jclass cls) { return H5D_CHUNK_DONT_FILTER_PARTIAL_CHUNKS; }
JNIEXPORT jlong JNICALL
Java_hdf_hdf5lib_HDF5Constants_H5E_1ALIGNMENT(JNIEnv *env, jclass cls) { return H5E_ALIGNMENT; }