Salut,
OK en effet c'est une erreur de frappe
J'ai une phrase un peu technique:
Programming note
The way this is programmed is for the simulation to be called several times a second, and when called it tries to catch up with real-time. If the program hasn't been running for some time, perhaps a higher priority task was executing, there may be a short gap as the simulation catches up, such as when the first few lines are pre-computed. The routine was written in this way so that even it wasn't running for a short period lines from the simulation would not be lost. I describe this as working in "catchup" mode.
J'ai traduit par: (mais je suis pas du tout sûr)
Note sur la programmation
La manière dont la simulation est programmée a lieu pour que celle-ci s'appelle plusieurs fois par seconde et une fois appelé elle essaye de se rattraper par rapport au temps réel. Si le programme n'a pas fonctionné pendant un certain temps, peut-être une tâche prioritaire plus haute s'exécutait, il peut y avoir un espace court pendant que la simulation rattrape son retard, comme quand les premières lignes sont pré-calculées. La routine a été écrite de cette façon de sorte qu’elle-même ne fonctionne pas à une période ligne courte pour que la simulation ne soit perdue. Je décris ceci comme travaillant en mode "catchup".