Skip to content

Commit

Permalink
Python Attributes: Allow Complex Types
Browse files Browse the repository at this point in the history
Follow-up to #1909: enables support for complex attribute types,
just as in ADIOS1, for Python bindings.
  • Loading branch information
ax3l committed Jan 2, 2020
1 parent 91ba7fd commit 5b5ce30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/Python/py11types.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ struct MPI4PY_Comm
ADIOS2_FOREACH_PRIMITIVE_STDTYPE_1ARG(MACRO)

#define ADIOS2_FOREACH_NUMPY_ATTRIBUTE_TYPE_1ARG(MACRO) \
ADIOS2_FOREACH_ATTRIBUTE_PRIMITIVE_STDTYPE_1ARG(MACRO)
ADIOS2_FOREACH_PRIMITIVE_STDTYPE_1ARG(MACRO)

} // end namespace py11
} // end namespace adios2
Expand Down

0 comments on commit 5b5ce30

Please sign in to comment.