mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r6372] Purpose:
Buglet Description: The title of the function in FUNC_ENTER_* was wrong. Solution: Changed to correct title. Platforms tested: Linux (small change).
This commit is contained in:
parent
9b9c71ffb6
commit
fed785b2eb
@ -538,7 +538,7 @@ H5FD_mpio_mpi_size(H5FD_t *_file)
|
||||
H5FD_mpio_t *file = (H5FD_mpio_t*)_file;
|
||||
int ret_value; /* Return value */
|
||||
|
||||
FUNC_ENTER_NOAPI(H5FD_mpio_mpi_rank, FAIL);
|
||||
FUNC_ENTER_NOAPI(H5FD_mpio_mpi_size, FAIL);
|
||||
|
||||
assert(file);
|
||||
assert(H5FD_MPIO==file->pub.driver_id);
|
||||
|
Loading…
x
Reference in New Issue
Block a user