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