mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 05:07:54 +00:00
14a75508a3
Changed all header file once include variables to follow the same naming convention and not start with any underscores. Also deleted old incorrect copyright notices. Also removed $Id: tags from all files. Fixes #14. Fixes #22.
7 lines
164 B
Python
7 lines
164 B
Python
|
|
#execfile("Modified_data/realtime.py")
|
|
execfile("Modified_data/cannon.dr")
|
|
|
|
dyn_integloop.getIntegrator(trick.Runge_Kutta_4, 4)
|
|
trick.exec_set_terminate_time(5.2)
|