summaryrefslogtreecommitdiff
path: root/nmglobal.h
diff options
context:
space:
mode:
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;