X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1a70bfd07048d219b958399cdc7623d5b7e12abb..3c072dea92bbf0e4df46b1d8d56cd62e68883b33:/src/smpi/smpi_mpi_dt.c diff --git a/src/smpi/smpi_mpi_dt.c b/src/smpi/smpi_mpi_dt.c index 783bb86a4f..8e74105fef 100644 --- a/src/smpi/smpi_mpi_dt.c +++ b/src/smpi/smpi_mpi_dt.c @@ -52,7 +52,7 @@ int smpi_mpi_type_get_extent(MPI_Datatype datatype, MPI_Aint *lb, MPI_Aint *exte /** * query extent and lower bound of the type **/ -int SMPI_MPI_Type_get_extent( MPI_Datatype datatype, int *lb, int *extent) +int SMPI_MPI_Type_get_extent( MPI_Datatype datatype, MPI_Aint *lb, MPI_Aint *extent) { return( smpi_mpi_type_get_extent( datatype, lb, extent)); }