Update ARE-DYNAMIC.py

This commit is contained in:
julianb0 2017-03-29 08:55:52 +02:00 committed by GitHub
parent 1faad0ce5d
commit aabe636773
1 changed files with 4 additions and 26 deletions

View File

@ -1,10 +1,3 @@
# -*- coding: utf-8 -*-
"""
Created on Wed Mar 29 08:45:45 2017
@author: 3670170
"""
# -*- coding:utf-8 -*- # -*- coding:utf-8 -*-
############################ ############################
### ARE-DYNAMIC.py ### ARE-DYNAMIC.py
@ -635,25 +628,10 @@ def affichage_strats_resultats_totaux():
plt.legend() plt.legend()
if __name__ == "__main__":
init_complete()
simulation()
affichage_strats_resultats_totaux()
init_complete()
simulation()
afficher_etat_dynamique()