Update ARE-DYNAMIC.py
This commit is contained in:
parent
1faad0ce5d
commit
aabe636773
|
@ -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()
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue