From 586e7e79f8bf3fe732448ece6177f3384e90063b Mon Sep 17 00:00:00 2001 From: rlacroix Date: Sun, 31 May 2020 23:33:50 +0200 Subject: [PATCH] Added important stuff --- TD_R_LACROIX_ENG_06-01-2020.adb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/TD_R_LACROIX_ENG_06-01-2020.adb b/TD_R_LACROIX_ENG_06-01-2020.adb index f26ba59..39c15ec 100644 --- a/TD_R_LACROIX_ENG_06-01-2020.adb +++ b/TD_R_LACROIX_ENG_06-01-2020.adb @@ -226,7 +226,8 @@ procedure td is Temp := 0.0; --reset end if; end loop; - + + -- //I Lost (https://en.wikipedia.org/wiki/The_Game_(mind_game)) --here we check for if it's sorted (if not we give it another go) Sorted := True; --it starts true @@ -236,9 +237,12 @@ procedure td is end if; end loop; end loop; + + + -- //really intersting: https://www.youtube.com/watch?v=ub82Xb1C8os - --we then print out the lines + --we then print out the lines for I in 1 .. NB_Swimmer loop J := 0; while (Arrival(I) /= TableTime(J, 3)) loop