X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a3848e5ea6b2305d6059c89705edaccbec356455..fc86bc2e9e2d8e22b37f59e8f7cc52a12708aebd:/src/smpi/smpi_mpi.c?ds=sidebyside diff --git a/src/smpi/smpi_mpi.c b/src/smpi/smpi_mpi.c index f98336efd7..9191825e61 100644 --- a/src/smpi/smpi_mpi.c +++ b/src/smpi/smpi_mpi.c @@ -90,7 +90,7 @@ int MPI_Type_get_name(MPI_Datatype datatype, char * name, int* len) int MPI_Type_get_attr (MPI_Datatype type, int type_keyval, void *attribute_val, int* flag) { - return PMPI_Type_set_attr ( type, type_keyval, attribute_val); + return PMPI_Type_get_attr ( type, type_keyval, attribute_val, flag); } int MPI_Type_set_attr (MPI_Datatype type, int type_keyval, void *attribute_val)