aboutsummaryrefslogtreecommitdiff
path: root/src/ann_mlp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ann_mlp.c')
-rwxr-xr-xsrc/ann_mlp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ann_mlp.c b/src/ann_mlp.c
index 6c0c2b8..46bdfb0 100755
--- a/src/ann_mlp.c
+++ b/src/ann_mlp.c
@@ -21,7 +21,7 @@
#define TRAIN 0
#define RUN 1
-#define MAXINPUT 256
+#define MAXINPUT 1024
#define MAXOUTPUT 256
static t_class *ann_mlp_class;