diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-06-26 14:03:14 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-06-26 14:03:14 (GMT) |
commit | 4095b9260d5c24f65b1e57a1617f561415e8f05f (patch) | |
tree | 10ccc39967d96d1ba77c24cdb05e04ec80a47b0e /java/src/jni/h5util.h | |
parent | 71fac2880302855b969422511e3be086fa46f010 (diff) | |
parent | 4c1e89fba31abb357a05044c3f6a92450dfb753c (diff) | |
download | hdf5-4095b9260d5c24f65b1e57a1617f561415e8f05f.zip hdf5-4095b9260d5c24f65b1e57a1617f561415e8f05f.tar.gz hdf5-4095b9260d5c24f65b1e57a1617f561415e8f05f.tar.bz2 |
Merge pull request #1120 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '4c1e89fba31abb357a05044c3f6a92450dfb753c':
Fix attribute Read
Diffstat (limited to 'java/src/jni/h5util.h')
-rw-r--r-- | java/src/jni/h5util.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/java/src/jni/h5util.h b/java/src/jni/h5util.h index 837f900..c6b41d2 100644 --- a/java/src/jni/h5util.h +++ b/java/src/jni/h5util.h @@ -48,24 +48,6 @@ extern int h5str_dump_region_points_data(h5str_t *str, hid_t region, hid_t r /* * Class: hdf_hdf5lib_H5 - * Method: H5AwriteVL - * Signature: (JJ[Ljava/lang/String;)I - */ -JNIEXPORT jint JNICALL -Java_hdf_hdf5lib_H5_H5AwriteVL - (JNIEnv *, jclass, jlong, jlong, jobjectArray); - -/* - * Class: hdf_hdf5lib_H5 - * Method: H5AreadVL - * Signature: (JJ[Ljava/lang/String;)I - */ -JNIEXPORT jint JNICALL -Java_hdf_hdf5lib_H5_H5AreadVL - (JNIEnv *, jclass, jlong, jlong, jobjectArray); - -/* - * Class: hdf_hdf5lib_H5 * Method: H5AreadComplex * Signature: (JJ[Ljava/lang/String;)I */ |