mirror of
https://github.com/nasa/trick.git
synced 2025-01-07 21:58:46 +00:00
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)
|