1
1
This commit was SVN r3391.
Этот коммит содержится в:
George Bosilca 2004-10-28 17:45:11 +00:00
родитель 34895b9145
Коммит 379f356483

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

@ -22,7 +22,7 @@ static const char FUNC_NAME[] = "MPI_Test";
int MPI_Test(MPI_Request *request, int *completed, MPI_Status *status)
{
int rc, index;
int rc;
if ( MPI_PARAM_CHECK ) {
rc = MPI_SUCCESS;
OMPI_ERR_INIT_FINALIZE(FUNC_NAME);