mirror of
https://github.com/nasa/trick.git
synced 2025-01-04 20:34:12 +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) ;
|