mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 05:07:54 +00:00
0144cc121a
Moved more sims into the test directory. refs #191
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) ;
|