1
1

Oops -- forgot to include file_get_position_shared in r26439.

This commit was SVN r26442.

The following SVN revision numbers were found above:
  r26439 --> open-mpi/ompi@d74795b299
Этот коммит содержится в:
Jeff Squyres 2012-05-15 19:51:15 +00:00
родитель dab7d36a81
Коммит 2cf8b874d5

Просмотреть файл

@ -75,6 +75,6 @@ void ompi_file_get_position_shared_f(MPI_Fint *fh, MPI_Offset *offset,
if (NULL != ierr) *ierr = OMPI_INT_2_FINT(c_ierr);
if (MPI_SUCCESS == c_ierr) {
*offset = (MPI_Fint) c_offset;
*offset = (MPI_Offset) c_offset;
}
}