Changes according to JP's comments in the Issue #8.

This commit is contained in:
Miikka Vaisala
2019-09-03 10:19:22 +08:00
parent ac92123842
commit b3ed0937fe
3 changed files with 18 additions and 20 deletions

View File

@@ -78,6 +78,12 @@ typedef struct {
FUNC(AC_mx), \
FUNC(AC_my), \
FUNC(AC_mz), \
FUNC(AC_nx_min), \
FUNC(AC_ny_min), \
FUNC(AC_nz_min), \
FUNC(AC_nx_max), \
FUNC(AC_ny_max), \
FUNC(AC_nz_max), \
FUNC(AC_mxy),\
FUNC(AC_nxy),\
FUNC(AC_nxyz),\