diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-02-28 15:58:28 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-02-28 15:58:28 +0100 |
commit | e414e0ec440afa48b221589108e03e4032bddfc0 (patch) | |
tree | 13660585d24cf871f954ae28d71db54dadefbf31 /HST-S/support | |
parent | c194ddf77142319d9b681d62ac11da77315916cf (diff) |
Fix HST-S
Diffstat (limited to 'HST-S/support')
-rwxr-xr-x | HST-S/support/timer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/HST-S/support/timer.h b/HST-S/support/timer.h index 5c00213..4d597b9 100755 --- a/HST-S/support/timer.h +++ b/HST-S/support/timer.h @@ -37,9 +37,9 @@ typedef struct Timer{
- struct timeval startTime[4];
- struct timeval stopTime[4];
- double time[4];
+ struct timeval startTime[7];
+ struct timeval stopTime[7];
+ double time[7];
}Timer;
|