diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-11-07 15:48:56 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:17:26 (GMT) |
commit | 1e7387a5f86cb7ff4db1d1e168b9befe1db8d7da (patch) | |
tree | 9f2edcfefb51dcb4d5b1bde3a315c275d78c896c /java/src/jni/h5sImp.h | |
parent | 408146236d23351a5ae2e912cba02139ec78e233 (diff) | |
download | hdf5-1e7387a5f86cb7ff4db1d1e168b9befe1db8d7da.zip hdf5-1e7387a5f86cb7ff4db1d1e168b9befe1db8d7da.tar.gz hdf5-1e7387a5f86cb7ff4db1d1e168b9befe1db8d7da.tar.bz2 |
HDFFV-10876 Update h5dump and h5ls for new ref api.
Diffstat (limited to 'java/src/jni/h5sImp.h')
-rw-r--r-- | java/src/jni/h5sImp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/src/jni/h5sImp.h b/java/src/jni/h5sImp.h index 141e504..87661e3 100644 --- a/java/src/jni/h5sImp.h +++ b/java/src/jni/h5sImp.h @@ -49,9 +49,9 @@ Java_hdf_hdf5lib_H5__1H5Scopy (JNIEnv *, jclass, jlong); #ifdef notdef -// 10/28/99 -- added code to copy the array -- this is not used, -// but serves as a reminder in case we try to implement this in -// the future.... +/* 10/28/99 -- added code to copy the array -- this is not used, + * but serves as a reminder in case we try to implement this in + */ the future.... /* * Note: the argument coord is actually long coord[][], which has been * flattened by the caller. |