diff options
author | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 01:50:44 +0100 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 01:50:44 +0100 |
commit | 0072819204d1f6ed04fbeb102291c97f0ee9c650 (patch) | |
tree | 719cae6861b9c46df6b41f38d738c380eee89c8b /tsalis/include | |
parent | 91e7fe9f6fc23f385262f679ce437c174ec31712 (diff) |
Allowed longer simulation names
Diffstat (limited to 'tsalis/include')
-rw-r--r-- | tsalis/include/tsalis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsalis/include/tsalis.h b/tsalis/include/tsalis.h index d60b7c7..3fb3751 100644 --- a/tsalis/include/tsalis.h +++ b/tsalis/include/tsalis.h @@ -1,7 +1,7 @@ #ifndef TSALIS_H #define TSALIS_H -#define NAME_MAX_SIZE 10 +#define NAME_MAX_SIZE 128 extern sbool g_exit; extern sbool g_running; |