Delete the SIM_baseball directory. It's cruft.

This commit is contained in:
John M. Penn 2015-09-02 18:53:38 -05:00
parent f3ee79374b
commit fecf03aa94
2 changed files with 0 additions and 15 deletions

View File

@ -1,11 +0,0 @@
trick.frame_log_on()
real_time.rt_sync.enable()
trick_sys.sched.set_software_frame(0.01)
real_time.itimer.enable()
trick_sys.sched.enable_freeze = True
trick_sys.sched.freeze_command = True
simControlPanel = trick.SimControlPanel()
trick.add_external_application(simControlPanel)

View File

@ -1,4 +0,0 @@
TRICK_CFLAGS += -I${TRICK_HOME}/trick_models
TRICK_CXXFLAGS += -I${TRICK_HOME}/trick_models