1
1

Arf -- it's not a pointer, it's a boolean.

This commit was SVN r3231.
Этот коммит содержится в:
Jeff Squyres 2004-10-20 11:02:57 +00:00
родитель cc44f2abc2
Коммит a15ba6d59d

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

@ -174,7 +174,7 @@ static void ompi_errhandler_construct(ompi_errhandler_t *new_errhandler)
new_errhandler);
new_errhandler->eh_f_to_c_index = ret_val;
new_errhandler->eh_fortran_function = NULL;
new_errhandler->eh_fortran_function = false;
new_errhandler->eh_comm_fn = NULL;
new_errhandler->eh_win_fn = NULL;