summaryrefslogtreecommitdiff
path: root/nmglobal.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-15 02:44:58 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-15 02:44:58 +0000
commitc0a8896d9a90e59429b6fecadc397ead42974f59 (patch)
tree8e0863bc2410e6538a7b063fb492949d2a78f35b /nmglobal.h
parent0f674b5b2f15c5cd30209230f22198cc71e74310 (diff)
Move linear defines from nmglobal.h to linear.c
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@52 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
Diffstat (limited to 'nmglobal.h')
-rw-r--r--nmglobal.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/nmglobal.h b/nmglobal.h
index 432a2dc..bc5b36e 100644
--- a/nmglobal.h
+++ b/nmglobal.h
@@ -70,25 +70,6 @@ typedef struct {
double results; /* Results */
} NNetStruct;
-/***********************
-** LU DECOMPOSITION **
-** (Linear Equations) **
-***********************/
-
-/*
-** MAXLUARRAYS
-**
-** This sets the upper limit on the number of arrays
-** that the benchmark will attempt to build before
-** flagging an error. It is not a critical constant, and
-** may be increased if your system has the horsepower.
-*/
-/*#define MAXLUARRAYS 1000*/
-#define MAXLUARRAYS 10000
-
-/*
-** TYPEDEFS
-*/
typedef struct {
double results; /* Results */
} LUStruct;