diff options
Diffstat (limited to 'TS/support')
-rwxr-xr-x | TS/support/timer.h | 6 |
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;
|