We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c10ad8f commit 6f61c18Copy full SHA for 6f61c18
ompi/attribute/attribute.h
@@ -136,7 +136,7 @@ struct ompi_attribute_keyval_t {
136
copy/delete attribute functions
137
properly and error checking */
138
int attr_flag; /**< flag field: contains "OMPI_KEYVAL_PREDEFINED",
139
- "OMPI_KEYVAL_F77", etc. */
+ "OMPI_KEYVAL_F77" */
140
ompi_attribute_fn_ptr_union_t copy_attr_fn; /**< Copy function for the
141
attribute */
142
ompi_attribute_fn_ptr_union_t delete_attr_fn; /**< Delete function for the
0 commit comments