summaryrefslogtreecommitdiff
path: root/nmglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nmglobal.h')
-rw-r--r--nmglobal.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/nmglobal.h b/nmglobal.h
index 038d8c9..812a3ee 100644
--- a/nmglobal.h
+++ b/nmglobal.h
@@ -102,7 +102,6 @@
*/
typedef struct {
int adjust; /* Set adjust code */
- unsigned long request_secs; /* # of seconds requested */
double results; /* # of sort iterations per sec */
unsigned short numarrays; /* # of arrays */
unsigned long arraysize; /* # of elements in array */
@@ -150,7 +149,6 @@ typedef struct {
*/
typedef struct {
int adjust; /* Set adjust code */
- unsigned long request_secs; /* # of seconds requested */
double results; /* # of bitfield ops per sec */
unsigned long bitoparraysize; /* Total # of bitfield ops */
unsigned long bitfieldarraysize; /* Bit field array size */
@@ -184,7 +182,6 @@ typedef struct {
*/
typedef struct {
int adjust; /* Set adjust code */
- unsigned long request_secs; /* # of seconds requested */
unsigned long arraysize; /* Size of array */
unsigned long loops; /* Loops per iterations */
double results; /* Results */
@@ -199,7 +196,6 @@ typedef struct {
*/
typedef struct {
int adjust; /* Set adjust code */
- unsigned long request_secs; /* # of requested seconds */
unsigned long arraysize; /* Size of coeff. arrays */
double results; /* Results */
} FourierStruct;
@@ -213,7 +209,6 @@ typedef struct {
*/
typedef struct {
int adjust; /* Set adjust code */
- unsigned long request_secs; /* Requested # of seconds */
unsigned long numarrays; /* # of arrays */
double results; /* Results */
} AssignStruct;
@@ -243,7 +238,6 @@ typedef struct {
*/
typedef struct {
int adjust; /* Set adjust code */
- unsigned long request_secs; /* Requested # of seconds */
unsigned long arraysize; /* Size of array */
unsigned long loops; /* # of times to convert */
double results; /* Results */
@@ -281,7 +275,6 @@ typedef struct {
typedef struct {
int adjust; /* Set adjust code */
- unsigned long request_secs; /* Requested # of seconds */
unsigned long arraysize; /* Size of array */
unsigned long loops; /* # of times to compress/decompress */
double results; /* Results */
@@ -307,7 +300,6 @@ typedef struct {
*/
typedef struct {
int adjust; /* Set adjust code */
- unsigned long request_secs; /* Requested # of seconds */
unsigned long loops; /* # of times to learn */
double results; /* Results */
} NNetStruct;
@@ -333,7 +325,6 @@ typedef struct {
*/
typedef struct {
int adjust; /* Set adjust code */
- unsigned long request_secs; /* Requested # of seconds */
unsigned long numarrays; /* # of arrays */
double results; /* Results */
} LUStruct;