diff options
Diffstat (limited to 'TRNS/support/timer.h')
-rwxr-xr-x | TRNS/support/timer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TRNS/support/timer.h b/TRNS/support/timer.h index 3ec6d87..786c687 100755 --- a/TRNS/support/timer.h +++ b/TRNS/support/timer.h @@ -37,9 +37,9 @@ typedef struct Timer{
- struct timeval startTime[9];
- struct timeval stopTime[9];
- double time[9];
+ struct timeval startTime[10];
+ struct timeval stopTime[10];
+ double time[10];
}Timer;
|