mirror of
https://github.com/nasa/trick.git
synced 2025-02-04 02:01:23 +00:00
10 lines
230 B
Python
10 lines
230 B
Python
|
|
# $Id: input.py 757 2010-06-22 18:40:57Z wwoodard $
|
|
|
|
execfile("Modified_data/cannon.dr")
|
|
|
|
trick.exec_set_sim_object_onoff("server", False) ;
|
|
|
|
dyn_integloop.getIntegrator(trick.Runge_Kutta_4, 4)
|
|
trick.exec_set_terminate_time(5.2)
|