1
1
This commit was SVN r6516.
Этот коммит содержится в:
Edgar Gabriel 2005-07-15 12:57:09 +00:00
родитель 3d1c10b09b
Коммит ed36e40646

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

@ -53,7 +53,7 @@ enum ompi_attribute_type_t {
using memset in the constructor */ using memset in the constructor */
TYPE_ATTR /**< The attribute belongs to datatype object */ TYPE_ATTR /**< The attribute belongs to datatype object */
#if OMPI_WANT_MPI2_ONE_SIDED #if OMPI_WANT_MPI2_ONE_SIDED
WIN_ATTR, /**< The attribute belongs to a win object */ , WIN_ATTR /**< The attribute belongs to a win object */
#endif #endif
}; };
typedef enum ompi_attribute_type_t ompi_attribute_type_t; typedef enum ompi_attribute_type_t ompi_attribute_type_t;