From e414e0ec440afa48b221589108e03e4032bddfc0 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Wed, 28 Feb 2024 15:58:28 +0100 Subject: Fix HST-S --- HST-S/support/timer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'HST-S/support') 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; -- cgit v1.2.3