1
1

It does not really make any difference but at least it will keep some compilers quiet.

This commit was SVN r5504.
Этот коммит содержится в:
George Bosilca 2005-04-26 05:28:50 +00:00
родитель b57ab5fb26
Коммит 6673a62225

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

@ -264,7 +264,7 @@ int ompi_convertor_create_stack_with_pos_general( ompi_convertor_t* pConvertor,
/* if we are embedded in another loop we should update it's length too */
pStack--;
pConvertor->stack_pos--;
if( pConvertor->stack_pos >= 0 ) {
if( pConvertor->stack_pos > 0 ) {
remoteLength[pConvertor->stack_pos] += remoteLength[pConvertor->stack_pos + 1];
}
pos_desc++;