1
1

Fix incorrect declaration (wrong name)

This commit was SVN r7001.
Этот коммит содержится в:
Jeff Squyres 2005-08-24 10:48:07 +00:00
родитель 85859af77b
Коммит c2387ca74e

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

@ -26,8 +26,9 @@
#endif
#include <stdlib.h>
int ompi_convertor_create_stack_with_pos( ompi_convertor_t* pConvertor,
int starting_point, const int* sizes );
int ompi_convertor_create_stack_with_pos_general( ompi_convertor_t* pConvertor,
int starting_point,
const int* sizes );
static inline size_t
ompi_convertor_compute_remote_size( const ompi_datatype_t* pData, const int* sizes )