diff options
author | Richard Warren <Richard.Warren@hdfgroup.org> | 2019-10-07 21:30:15 (GMT) |
---|---|---|
committer | Richard Warren <Richard.Warren@hdfgroup.org> | 2019-10-07 21:30:15 (GMT) |
commit | d7e83cc51016bfa201cfe1d49522286226816829 (patch) | |
tree | 77d226da56836060612ad3bab513a5fb29e5f7b9 /src | |
parent | a97c0d418dd93e6e878ec90a306098610e2925d1 (diff) | |
download | hdf5-d7e83cc51016bfa201cfe1d49522286226816829.zip hdf5-d7e83cc51016bfa201cfe1d49522286226816829.tar.gz hdf5-d7e83cc51016bfa201cfe1d49522286226816829.tar.bz2 |
Fix some typos and remove an unused prototype from H5Sprivate.h
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Sprivate.h | 1 | ||||
-rw-r--r-- | src/H5mpi.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/H5Sprivate.h b/src/H5Sprivate.h index dbabfd7..3d68de0 100644 --- a/src/H5Sprivate.h +++ b/src/H5Sprivate.h @@ -307,7 +307,6 @@ H5_DLL herr_t H5S_select_iter_release(H5S_sel_iter_t *sel_iter); H5_DLL herr_t H5S_sel_iter_close(H5S_sel_iter_t *sel_iter); #ifdef H5_HAVE_PARALLEL -H5_DLL herr_t H5S_mpio_set_bigio_count(hsize_t new_count); H5_DLL herr_t H5S_mpio_space_type(const H5S_t *space, size_t elmt_size, /* out: */ MPI_Datatype *new_type, int *count, diff --git a/src/H5mpi.c b/src/H5mpi.c index 77ec9fd..aa9004d 100644 --- a/src/H5mpi.c +++ b/src/H5mpi.c @@ -1,7 +1,7 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * -n * All rights reserved. * + * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * * terms governing use, modification, and redistribution, is contained in * |