The macro is alreadfy defined in one of the header file.
This commit was SVN r9809.
Этот коммит содержится в:
родитель
bdecdc8d41
Коммит
93ccbc666a
@ -95,12 +95,6 @@ static inline void position_contiguous_loop( ompi_convertor_t* CONVERTOR,
|
||||
#define POSITION_CONTIGUOUS_LOOP( CONVERTOR, ELEM, COUNT, POSITION, SPACE ) \
|
||||
position_contiguous_loop( (CONVERTOR), (ELEM), &(COUNT), &(POSITION), &(SPACE) )
|
||||
|
||||
#define UPDATE_INTERNAL_COUNTERS( DESCRIPTION, POSITION, ELEMENT, COUNTER ) \
|
||||
do { \
|
||||
(ELEMENT) = &((DESCRIPTION)[(POSITION)]); \
|
||||
(COUNTER) = (ELEMENT)->elem.count; \
|
||||
} while (0)
|
||||
|
||||
int ompi_convertor_generic_simple_position( ompi_convertor_t* pConvertor,
|
||||
size_t* position )
|
||||
{
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user