1
1

No need for the assert after a loop.

This commit was SVN r9755.
Этот коммит содержится в:
George Bosilca 2006-04-27 17:25:21 +00:00
родитель aa11164fdc
Коммит cabf703dad

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

@ -237,7 +237,6 @@ int32_t ompi_ddt_copy_content_same_ddt( const ompi_datatype_t* datatype, int32_t
if( pElem->loop.common.flags & DT_FLAG_CONTIGUOUS ) {
COPY_CONTIGUOUS_LOOP( pElem, datatype, source_base, count, count_desc,
source, destination, iov_len_local );
assert( 0 == count_desc );
pos_desc += pElem->loop.items + 1;
goto update_loop_description;
}