diff options
Diffstat (limited to 'neural.c')
-rw-r--r-- | neural.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ ** The Neural Net test requires an input data file. ** The name is specified here. */ -char *inpath="NNET.DAT"; +const char *inpath="NNET.DAT"; /* ** GLOBALS |