Mentions légales du service

Skip to content
  • Millian Poquet's avatar
    [code] cleaner termination · b60b7d23
    Millian Poquet authored
    The previous code to terminate the simulation was quite complex and
    misleading.
    
    The current one does essentially the same but stores another state to
    make things simpler. An is_simulation_finished() function has been added
    for this purpose. The main loop is now simply to wait until the
    scheduler awknowledges the end of the simulation.
    b60b7d23