Skip to content

Commit

Permalink
Merge pull request #2738 from eschnett/patch-6
Browse files Browse the repository at this point in the history
Add complex types to ADIOS2_FOREACH_C_ATTRIBUTE_TYPE_1ARG
  • Loading branch information
pnorbert authored Jun 2, 2021
2 parents 764bb7b + 532c0bc commit b659e59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bindings/C/adios2/c/adios2_c_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ adios2_error String2CAPI(const std::string &s, char *buf, size_t *size);
MACRO(adios2_type_uint64_t) \
MACRO(adios2_type_float) \
MACRO(adios2_type_double) \
MACRO(adios2_type_long_double)
MACRO(adios2_type_long_double) \
MACRO(adios2_type_float_complex) \
MACRO(adios2_type_double_complex)

#endif /* ADIOS2_BINDINGS_C_C_ADIOS2_C_INTERNAL_H_ */

0 comments on commit b659e59

Please sign in to comment.