From aabe63677319843e07047e0c8e2598c422c69f2e Mon Sep 17 00:00:00 2001 From: julianb0 Date: Wed, 29 Mar 2017 08:55:52 +0200 Subject: [PATCH] Update ARE-DYNAMIC.py --- ARE-DYNAMIC.py | 30 ++++-------------------------- 1 file changed, 4 insertions(+), 26 deletions(-) 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()