1
1

Adapt to the new prototypes in the datatype.h

This commit was SVN r5490.
Этот коммит содержится в:
George Bosilca 2005-04-22 04:53:29 +00:00
родитель 3f89dc79e2
Коммит 54d58df8d5

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

@ -66,7 +66,7 @@ int MPI_Type_create_struct(int count,
}
rc = ompi_ddt_create_struct( count, array_of_blocklengths, array_of_displacements,
(const dt_desc_t**)array_of_types, newtype );
array_of_types, newtype );
if( rc != MPI_SUCCESS ) {
ompi_ddt_destroy( newtype );
OMPI_ERRHANDLER_RETURN( rc, MPI_COMM_WORLD,