Skip to content

Commit

Permalink
Merge pull request #1922 from ax3l/topic-complexAttrPy
Browse files Browse the repository at this point in the history
Python Attributes: Allow Complex Types
  • Loading branch information
guj authored Jan 6, 2020
2 parents ee5f31c + 00ff9e1 commit 7090870
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 7090870

Please sign in to comment.