1
1

Revert r28544: the original code was fine.

This commit was SVN r28549.

The following SVN revision numbers were found above:
  r28544 --> open-mpi/ompi@c830d96673
Этот коммит содержится в:
Jeff Squyres 2013-05-21 16:06:08 +00:00
родитель c830d96673
Коммит 43a534a5c6

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

@ -145,5 +145,5 @@ MPI::Op::Is_commutative(void) const
{
int commute;
(void)MPI_Op_commutative(mpi_op, &commute);
return (bool) (commute != 0);
return (bool) commute;
}