mirror of
https://github.com/nasa/trick.git
synced 2024-12-22 06:27:49 +00:00
8 lines
182 B
Python
8 lines
182 B
Python
#execfile("Modified_data/realtime.py")
|
|
execfile("Modified_data/parachutist.dr")
|
|
|
|
trick.TMM_reduced_checkpoint(0)
|
|
dyn_integloop.getIntegrator(trick.Runge_Kutta_4, 4)
|
|
|
|
trick.stop(800)
|