1
1

The macro is alreadfy defined in one of the header file.

This commit was SVN r9809.
Этот коммит содержится в:
George Bosilca 2006-05-04 07:06:58 +00:00
родитель 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 )
{