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