diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1998-03-06 03:49:01 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1998-03-06 03:49:01 (GMT) |
commit | 01cb507f8967fa6ac998d7378e5b08c375923b35 (patch) | |
tree | 3d3adb43448e3d884b4e91709863106cca694888 | |
parent | f96b4b79a0e11abe48c0aa5db6abd13bef0a7063 (diff) | |
download | hdf5-01cb507f8967fa6ac998d7378e5b08c375923b35.zip hdf5-01cb507f8967fa6ac998d7378e5b08c375923b35.tar.gz hdf5-01cb507f8967fa6ac998d7378e5b08c375923b35.tar.bz2 |
[svn-r309] Revised datatype as uint32 is no longer valid.
-rw-r--r-- | src/H5Ppublic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h index c5cbef8..47e9b5a 100644 --- a/src/H5Ppublic.h +++ b/src/H5Ppublic.h @@ -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 |