It does not really make any difference but at least it will keep some compilers quiet.
This commit was SVN r5504.
Этот коммит содержится в:
родитель
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 */
|
/* if we are embedded in another loop we should update it's length too */
|
||||||
pStack--;
|
pStack--;
|
||||||
pConvertor->stack_pos--;
|
pConvertor->stack_pos--;
|
||||||
if( pConvertor->stack_pos >= 0 ) {
|
if( pConvertor->stack_pos > 0 ) {
|
||||||
remoteLength[pConvertor->stack_pos] += remoteLength[pConvertor->stack_pos + 1];
|
remoteLength[pConvertor->stack_pos] += remoteLength[pConvertor->stack_pos + 1];
|
||||||
}
|
}
|
||||||
pos_desc++;
|
pos_desc++;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user