1
1
This commit was SVN r5733.
Этот коммит содержится в:
George Bosilca 2005-05-17 07:16:28 +00:00
родитель ff2c9d5f9e
Коммит 8ea51d6491

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

@ -78,7 +78,7 @@ int32_t ompi_ddt_add( ompi_datatype_t* pdtBase, const ompi_datatype_t* pdtAdd,
dt_elem_desc_t *pLast, *pLoop = NULL;
long lb, ub, true_lb, true_ub, epsilon, old_true_ub;
/* the extent should be always be positive. So a negative
/* the extent should always be positive. So a negative
* value here have a special meaning ie. default extent as
* computed by ub - lb
*/