Develop sync (#1793)

* Synch update

* Branch sync changes
This commit is contained in:
Allen Byrne
2022-06-09 08:35:33 -05:00
committed by GitHub
parent acb6e2da30
commit 8b54201509
12 changed files with 37 additions and 21 deletions
+1 -1
View File
@@ -6991,7 +6991,7 @@ public class H5 implements java.io.Serializable {
/**
* H5Oflush causes all buffers associated with an object to be immediately flushed to disk without
* removing the data from the cache. object_id can be any named object associated with an HDF5 file
* ncluding a dataset, a group, or a committed datatype.
* including a dataset, a group, or a committed datatype.
*
* @param object_id
* IN: Identifier of the object to be flushed.
+4
View File
@@ -916,6 +916,8 @@ public class HDF5Constants {
/** */
public static final int H5R_OBJ_REF_BUF_SIZE = H5R_OBJ_REF_BUF_SIZE();
/** */
public static final int H5R_DSET_REG_REF_BUF_SIZE = H5R_DSET_REG_REF_BUF_SIZE();
/** */
public static final int H5R_OBJECT = H5R_OBJECT();
/** */
public static final int H5R_OBJECT1 = H5R_OBJECT1();
@@ -2397,6 +2399,8 @@ public class HDF5Constants {
private static native final int H5R_OBJ_REF_BUF_SIZE();
private static native final int H5R_DSET_REG_REF_BUF_SIZE();
private static native final int H5R_OBJECT();
private static native final int H5R_OBJECT1();