blob: d956ebf2b6b7bee3574f51ebe98dfc6cd1baa1d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- nbench1.h.orig 2004-12-30 02:15:18 UTC
+++ nbench1.h
@@ -355,7 +355,7 @@ int learned; /* flag--if TRUE
** The Neural Net test requires an input data file.
** The name is specified here.
*/
-char *inpath="NNET.DAT";
+char *inpath=DATADIR "NNET.DAT";
/*
** PROTOTYPES
|