1
1
This commit was SVN r1408.
Этот коммит содержится в:
Jeff Squyres 2004-06-18 00:38:56 +00:00
родитель dce65c52ac
Коммит 7e193d4597

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

@ -31,6 +31,6 @@ int MPI_Attr_get(MPI_Comm comm, int keyval, void *attribute_val, int *flag)
}
ret = ompi_attr_get(comm->c_keyhash, keyval, attribute_val, flag);
OMPI_ERRHANDLER_RETURN(ret, comm, ret, FUNC_NAME);
}