mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 13:43:10 +00:00
0d5aa45c20
* update .gitignore * #906 change all python execfile() to exec(open().read())
5 lines
130 B
Python
5 lines
130 B
Python
exec(open("Modified_data/Rocket.dr").read())
|
|
#exec(open("Modified_data/realtime.py").read())
|
|
|
|
trick.exec_set_terminate_time(20.0)
|