1
1
This commit was SVN r1060.
Этот коммит содержится в:
Jeff Squyres 2004-04-20 22:35:13 +00:00
родитель ea6b6c4fd5
Коммит 7177358f23

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

@ -259,7 +259,7 @@ enum {
#define MPI_DATATYPE_NULL ((MPI_Datatype) 0)
#define MPI_REQUEST_NULL ((MPI_Request) 0)
#define MPI_OP_NULL (&lam_mpi_op_null)
#define MPI_ERRHANDLER_NULL (&(lam_mpi_errhandler_null)
#define MPI_ERRHANDLER_NULL (&lam_mpi_errhandler_null)
#define MPI_INFO_NULL ((MPI_Info) 0)
#define MPI_WIN_NULL ((MPI_Win) 0)
#define MPI_FILE_NULL ((MPI_File) 0)