mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-07 16:37:56 +08:00
[svn-r309] Revised datatype as uint32 is no longer valid.
This commit is contained in:
parent
f96b4b79a0
commit
01cb507f89
@ -84,9 +84,9 @@ herr_t H5Pget_split (hid_t tid, size_t meta_ext_size, char *meta_ext/*out*/,
|
||||
herr_t H5Pset_family (hid_t tid, hid_t memb_tid);
|
||||
herr_t H5Pget_family (hid_t tid, hid_t *memb_tid/*out*/);
|
||||
#ifdef HAVE_PARALLEL
|
||||
herr_t H5Pset_mpi (hid_t tid, MPI_Comm comm, MPI_Info info, uintn access_mode);
|
||||
herr_t H5Pset_mpi (hid_t tid, MPI_Comm comm, MPI_Info info, unsigned access_mode);
|
||||
herr_t H5Pget_mpi (hid_t tid, MPI_Comm *comm/*out*/, MPI_Info *info/*out*/,
|
||||
uintn *access_mode/*out*/);
|
||||
unsigned *access_mode/*out*/);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user