From 00ff9e1e5772b444a3f3c16f36da92ce324c4bd8 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Thu, 2 Jan 2020 18:48:53 +0100 Subject: [PATCH] Python Attributes: Allow Complex Types Follow-up to #1909: enables support for complex attribute types, just as in ADIOS1, for Python bindings. --- bindings/Python/py11types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/Python/py11types.h b/bindings/Python/py11types.h index e9ac6d0914..0161801337 100644 --- a/bindings/Python/py11types.h +++ b/bindings/Python/py11types.h @@ -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