we have a new map style when using atom style template

This commit is contained in:
Axel Kohlmeyer
2020-10-23 21:50:38 -04:00
parent 23e2a4af00
commit 9e0062a9ef

View File

@ -109,7 +109,7 @@ static const char *varstyles[] = {
"index", "loop", "world", "universe", "uloop", "string", "getenv",
"file", "atomfile", "format", "equal", "atom", "vector", "python", "internal", "(unknown)"};
static const char *mapstyles[] = { "none", "array", "hash" };
static const char *mapstyles[] = { "none", "array", "hash", "yes" };
static const char *commstyles[] = { "brick", "tiled" };
static const char *commlayout[] = { "uniform", "nonuniform", "irregular" };