summaryrefslogtreecommitdiffstats
path: root/java/src/hdf/hdf5lib/H5.java
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2018-03-15 14:09:49 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2018-03-15 14:09:49 (GMT)
commit9e6ee84e6bb0194ad4f046c49ed7936dbab234db (patch)
tree787c4f763f69445d4a3a3263ab721a3d81a6bb8d /java/src/hdf/hdf5lib/H5.java
parent8f5be458f4284f763ef30c5bf665740d69c5ec16 (diff)
parent7f0650336191d0437d98edf1e0dc5d60da7051f6 (diff)
downloadhdf5-9e6ee84e6bb0194ad4f046c49ed7936dbab234db.zip
hdf5-9e6ee84e6bb0194ad4f046c49ed7936dbab234db.tar.gz
hdf5-9e6ee84e6bb0194ad4f046c49ed7936dbab234db.tar.bz2
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp3 into develop
Diffstat (limited to 'java/src/hdf/hdf5lib/H5.java')
-rw-r--r--java/src/hdf/hdf5lib/H5.java8
1 files changed, 7 insertions, 1 deletions
diff --git a/java/src/hdf/hdf5lib/H5.java b/java/src/hdf/hdf5lib/H5.java
index 20aa634..9d1aed1 100644
--- a/java/src/hdf/hdf5lib/H5.java
+++ b/java/src/hdf/hdf5lib/H5.java
@@ -424,7 +424,7 @@ public class H5 implements java.io.Serializable {
private synchronized static native int H5dont_atexit() throws HDF5LibraryException;
/**
- * Turn off error handling By default, the C library prints the error stack of the HDF-5 C library on stdout. This
+ * Turn off error handling. By default, the C library prints the error stack of the HDF-5 C library on stdout. This
* behavior may be disabled by calling H5error_off().
*
* @return a non-negative value if successful
@@ -432,6 +432,12 @@ public class H5 implements java.io.Serializable {
public synchronized static native int H5error_off();
/**
+ * Turn on error handling. By default, the C library prints the error stack of the HDF-5 C library on stdout. This
+ * behavior may be reenabled by calling H5error_on().
+ */
+ public synchronized static native void H5error_on();
+
+ /**
* H5garbage_collect collects on all free-lists of all types.
*
* @return a non-negative value if successful