summaryrefslogtreecommitdiff
path: root/neural.c
diff options
context:
space:
mode:
Diffstat (limited to 'neural.c')
-rw-r--r--neural.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/neural.c b/neural.c
index 6cd3c89..7f03545 100644
--- a/neural.c
+++ b/neural.c
@@ -165,7 +165,7 @@ DoNNET(void)
iterations += locnnetstruct->loops;
} while (total_time < locnnetstruct->request_secs * CLOCKS_PER_SEC);
- locnnetstruct->iterspersec = (double)(iterations * CLOCKS_PER_SEC) / total_time;
+ locnnetstruct->results = (double)(iterations * CLOCKS_PER_SEC) / total_time;
}
/********************