1
1
This commit was SVN r22314.
Этот коммит содержится в:
George Bosilca 2009-12-15 18:07:33 +00:00
родитель c036c6ef95
Коммит 9fa5f1d7a8

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

@ -33,7 +33,7 @@ int32_t opal_datatype_get_element_count( const opal_datatype_t* datatype, size_t
dt_stack_t* pStack; /* pointer to the position on the stack */
uint32_t pos_desc; /* actual position in the description of the derived datatype */
int32_t nbElems = 0, stack_pos = 0;
size_t local_size;
size_t local_size;
dt_elem_desc_t* pElems;
/* Normally the size should be less or equal to the size of the datatype.