mirror of
https://github.com/nasa/trick.git
synced 2025-01-03 03:46:44 +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) ;
|