1
1

Fix typo in communicator destruction

This commit was SVN r29343.
Этот коммит содержится в:
Nathan Hjelm 2013-10-03 01:46:36 +00:00
родитель c17b21b11d
Коммит 539fab1600

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

@ -432,7 +432,7 @@ static void ompi_comm_destruct(ompi_communicator_t* comm)
if ( MPI_UNDEFINED != comm->c_f_to_c_index &&
NULL != opal_pointer_array_get_item(&ompi_comm_f_to_c_table,
comm->c_f_to_c_index)) {
opal_pointer_array_set_item ( &ompi_mpi_communicators,
opal_pointer_array_set_item ( &ompi_comm_f_to_c_table,
comm->c_f_to_c_index, NULL);
}
}