mirror of
https://github.com/nasa/trick.git
synced 2024-12-21 06:03:10 +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.
10 lines
177 B
Python
10 lines
177 B
Python
|
|
#execfile("Modified_data/realtime.py")
|
|
execfile("Modified_data/cannon.dr")
|
|
|
|
trick.TMM_reduced_checkpoint(0)
|
|
|
|
dyn_integloop.getIntegrator(trick.Runge_Kutta_4, 4)
|
|
|
|
trick.stop(6)
|