aboutsummaryrefslogtreecommitdiff
path: root/tsalis/include
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2024-02-29 01:50:44 +0100
committerPaul Oliver <contact@pauloliver.dev>2024-02-29 01:50:44 +0100
commit0072819204d1f6ed04fbeb102291c97f0ee9c650 (patch)
tree719cae6861b9c46df6b41f38d738c380eee89c8b /tsalis/include
parent91e7fe9f6fc23f385262f679ce437c174ec31712 (diff)
Allowed longer simulation names
Diffstat (limited to 'tsalis/include')
-rw-r--r--tsalis/include/tsalis.h2
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;