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
|
|
||
|
"""
|
||
|
This input file starts the empty simulation in freeze
|
||
|
The whole sim within RUN_test/input.py file can be
|
||
|
sent into the simulation via variable server.
|
||
|
"""
|
||
|
trick.freeze(50.0) ;
|