summaryrefslogtreecommitdiff
path: root/SEL/support/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'SEL/support/timer.h')
-rwxr-xr-xSEL/support/timer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/SEL/support/timer.h b/SEL/support/timer.h
index 3e826f0..3ec6d87 100755
--- a/SEL/support/timer.h
+++ b/SEL/support/timer.h
@@ -37,9 +37,9 @@
typedef struct Timer{
- struct timeval startTime[8];
- struct timeval stopTime[8];
- double time[8];
+ struct timeval startTime[9];
+ struct timeval stopTime[9];
+ double time[9];
}Timer;