Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/benchmarks/nbench/files/patch-nbench1.h
16130 views
1
--- nbench1.h.orig 2004-12-30 02:15:18 UTC
2
+++ nbench1.h
3
@@ -355,7 +355,7 @@ int learned; /* flag--if TRUE
4
** The Neural Net test requires an input data file.
5
** The name is specified here.
6
*/
7
-char *inpath="NNET.DAT";
8
+char *inpath=DATADIR "NNET.DAT";
9
10
/*
11
** PROTOTYPES
12
13