Added important stuff
This commit is contained in:
parent
da838498bc
commit
586e7e79f8
1 changed files with 6 additions and 2 deletions
|
@ -227,6 +227,7 @@ procedure td is
|
|||
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
|
||||
|
@ -238,7 +239,10 @@ procedure td is
|
|||
end loop;
|
||||
|
||||
|
||||
--we then print out the lines
|
||||
-- //really intersting: https://www.youtube.com/watch?v=ub82Xb1C8os
|
||||
|
||||
|
||||
--we then print out the lines
|
||||
for I in 1 .. NB_Swimmer loop
|
||||
J := 0;
|
||||
while (Arrival(I) /= TableTime(J, 3)) loop
|
||||
|
|
Loading…
Reference in a new issue