1
1
This commit was SVN r3217.
Этот коммит содержится в:
Tim Woodall 2004-10-19 22:12:40 +00:00
родитель c65b706c67
Коммит 53ddf3e0fc

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

@ -26,7 +26,7 @@ int MPI_Rsend_init(void *buf, int count, MPI_Datatype type,
{
int rc;
if (dest == MPI_PROC_NULL) {
*request MPI_REQUEST_NULL;
*request = MPI_REQUEST_NULL;
return MPI_SUCCESS;
}