1
1

Amazing that there is only one compiler complaining about this ...

This commit was SVN r20768.
Этот коммит содержится в:
George Bosilca 2009-03-12 21:30:08 +00:00
родитель 74b3acd4bd
Коммит b29da4744f

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

@ -260,9 +260,9 @@ typedef ompi_op_base_handler_fn_1_0_0_t ompi_op_base_handler_fn_t;
/*
* Typedef for 3-buffer (two input and one output) op functions.
*/
typedef void (*ompi_op_base_3buff_handler_fn_1_0_0_t)(void *restrict,
void *restrict,
void *restrict, int *,
typedef void (*ompi_op_base_3buff_handler_fn_1_0_0_t)(void *,
void *,
void *, int *,
struct ompi_datatype_t **,
struct ompi_op_base_module_1_0_0_t *);